flutter-tflite icon indicating copy to clipboard operation
flutter-tflite copied to clipboard

Anyone have develop With latest Dart 3? the example is with dart 2 which is incompitable

Open mehdinathani opened this issue 1 year ago • 3 comments

Anyone developed an example with the latest Dart 3? The example is with Dart 2, which is incompatible.

mehdinathani avatar Dec 30 '24 18:12 mehdinathani

I have fixed bertqa example, pr is mentioned above. You can take a look and add it to the other examples as well, and open a pr so that everyone will have a working examples :)

guyluz11 avatar Jan 13 '25 21:01 guyluz11

thanks, but qa.json file is missing

mehdinathani avatar Jan 14 '25 17:01 mehdinathani

Read the Readme

https://github.com/tensorflow/flutter-tflite/tree/main/example/bertqa

You need to run the script

You can do this by running sh ./scripts/ download_model.sh from the root folder of the repository.

guyluz11 avatar Jan 14 '25 17:01 guyluz11