Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 722 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 722 Bytes

Keyboard

An open-source predictive keyboard to foster children writing capabilities.

Codemagic build status

Project Info

*[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 in web

  • run flutter run -d chrome --web-port 3000 to run the project in web.