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