A game that measures throwing power of your arms by accelerometer of your phone.
This project only supports Android OS. IOS support is in Todo list. Application may crash in IOS and other platforms.
This is a sample application which demonstrate the usage of event channel in flutter.Unlike method channel, event channel is used to send a stream of data instead just calling a function/method once. By using event channel we can access continues stream of data which is usefull when we want to observe any change in the sensor of our phone which would not be possible without channels.
Install MaxThrow by running:
flutter run
If you are having issues, please let us know. E-mail your concern at [email protected]
- Fork it
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -m 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create new Pull Request