You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To add the TensorFlowLiteC.framework successfully and avoid the compile error, download the .zip file, unpack it. Then move this folder (TensorFlowLiteC.framework) into your pub.dev cache folder: ~/pub-cache/hosted/pub.dev/tflite_flutter-0.9.0/ios/ (macOS).
Run flutter clean && flutter pub get,
then pod install in your ios folder.
This should work 😎
Just FYI, I only ran the project for iOS, so if you're wanting to add Android just flutter create . --platforms=android inside the root of the project folder.
The text was updated successfully, but these errors were encountered:
blakewood84
changed the title
Ran Successfully 3/2/2023
Ran Successfully 3/2/2023 - Null Safety Repo
Mar 2, 2023
Ran this project successfully and updated to null safety here:
To add the
TensorFlowLiteC.framework
successfully and avoid the compile error, download the .zip file, unpack it. Then move this folder (TensorFlowLiteC.framework) into your pub.dev cache folder:~/pub-cache/hosted/pub.dev/tflite_flutter-0.9.0/ios/
(macOS).Run
flutter clean
&&flutter pub get
,then
pod install
in your ios folder.This should work 😎
Just FYI, I only ran the project for iOS, so if you're wanting to add Android just
flutter create . --platforms=android
inside the root of the project folder.The text was updated successfully, but these errors were encountered: