An open-source predictive keyboard to foster children writing capabilities.
*[creating models]
- run
flutter pub get
to get the dependencies. - run
flutter pub run build_runner build
to generate the model class code. - run
flutter run
to run the project. - run
flutter packages pub run build_runner build --delete-conflicting-outputs
if there are some errors for models building.
- run
flutter run -d chrome --web-port 3000
to run the project in web.