An Android app for taking notes for Breaking (Breakdance) dancers.
- To-do list:
- Add a Settings screen
- UI rework for move screens
- UI rework for set screens
- Display video on edit move screen
- Rework Edit move screen
The Breaking Note app is created for dancers to create and record their own training results. The app will include the following features:
- Creating your own moves library: The user is able to record their own movements with some data, including their names, execution difficulties, and the example video recorded by themselves.
- Movesets: With the moves library stored, the user is then able to create their own movesets (in other words, combos, skillsets, etc.) as a sequence of recorded moves.
- More ideas will be added in the future.
To setup the repo:
- Clone the project to local
- Run this line in Terminal to resolve any dependencies:
flutter pub get