ArrowLog helps you keep track of your archery sessions.
- Log archery sessions.
- Export archery sessions to easily shareable pictures.
- Upcoming features: session statistics and tracking of archery gear.
The following prerequisites are required to clone and run the project:
First, clone the repository using the following Git command:
$ git clone git@github.com:danielscholte/arrowlog.git
Then, run the following Flutter command to download the dependencies for the project:
$ flutter pub get
Once the command has finished, you can start developing on ArrowLog. To start the project, run the following Flutter command:
$ flutter run
If you want to contribute to ArrowLog, please begin by reading the contributing guidelines. Afterwards, you can open a new issue or pull request.