Skip to content

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

License

Notifications You must be signed in to change notification settings

OTTAA-Project/Keyboard

This branch is 28 commits behind main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c150971 · Sep 27, 2022

History

99 Commits
Sep 19, 2022
Sep 14, 2022
Sep 19, 2022
Sep 27, 2022
Sep 8, 2022
Sep 19, 2022
Sep 19, 2022
Sep 19, 2022
Jul 7, 2022
Jun 15, 2022
Sep 13, 2022
Jul 7, 2022
Jul 29, 2022
Sep 19, 2022
Sep 19, 2022

Repository files navigation

Keyboard

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

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.