https://github.com/becooq81/parkour-keyboard
Developing a keyboard in Flutter as part of project Parkour. Parkour is a project committed to help digital device usability for Parkinson's disease patients who experience difficulty with motor movements.
https://github.com/becooq81/parkour-keyboard
dart flutter parkinsons-disease
Last synced: 5 months ago
JSON representation
Developing a keyboard in Flutter as part of project Parkour. Parkour is a project committed to help digital device usability for Parkinson's disease patients who experience difficulty with motor movements.
- Host: GitHub
- URL: https://github.com/becooq81/parkour-keyboard
- Owner: becooq81
- Created: 2024-01-16T05:38:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-28T14:18:53.000Z (over 1 year ago)
- Last Synced: 2024-12-25T10:33:18.617Z (10 months ago)
- Topics: dart, flutter, parkinsons-disease
- Language: Dart
- Homepage:
- Size: 215 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Parkour-Keyboard
A FlutterFlow project with a focus on a custom keyboard widget.
This keyboard is implemented to be used as part of developing a machine learning model for the Parkour project.## Functionalities
- Custom keyboard appears upon a tap on the text field (Default keyboard is not triggered)
- Upon a tap on 'Copy and Export' button, the cumulative coordinates touched by user are sent to parkour's official email
- Upon a tap on the spacebar, the cumulative coordinates are sent to server (server is not set up yet)
- Control keys (Shift, Enter, Spacebar, Backspace, etc.) acquire significantly big (impossible values in context of keyboard coordinates) coordinates to signify their property as special keys
- Special key options are narrowed down to extend touch interfaces for each key
- User can use Quick Ssentence menu for frequently used sentences## Getting Started
FlutterFlow projects are built to run on the Flutter _stable_ release.