Skip to content
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.
/ ArrowLog Public archive

ArrowLog helps you keep track of your archery sessions.

License

Notifications You must be signed in to change notification settings

DanielScholte/ArrowLog

Repository files navigation

ArrowLog

The open-source archery app

GPL-3.0 GitHub Stars GitHub Workflow Status (Master) GitHub issues GitHub closed issues

Introduction

ArrowLog helps you keep track of your archery sessions.

Features

  • Log archery sessions.
  • Export archery sessions to easily shareable pictures.
  • Upcoming features: session statistics and tracking of archery gear.

Screenshots

Developing

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

Contributing

If you want to contribute to ArrowLog, please begin by reading the contributing guidelines. Afterwards, you can open a new issue or pull request.

License

GNU GPL v3