This project has been tested on iPhone 13 Pro running iOS 17.5. This app might not work on Android, and mobile emulators are not supported.
- Open the
fortuneGem_gemma2b.ipynbfile and run all cells. - The notebook will generate a
fortunegem.binfile. - Once generated, place the
fortunegem.binfile into theFlutter/assetsfolder of this project.
- Ensure that you are on the Flutter master channel:
flutter channel master flutter upgrade
- Opt-in to the native assets experiment by running:
flutter config --enable-native-assets
- To run the app, use the following commands:
flutter pub get flutter run
- If the app does not run correctly, try the following steps:
flutter upgrade flutter clean flutter pub get