To start using the flutter you can access Flutter.
To clone and run this application, you will need Git and Flutter installed on your computer.
#Clone this repository
$ git clone https://github.com/gabriel-oliveira800/annotations-app
#Go into the repository
$cd annotations-app
# Install dependencies
$ flutter packages get
# Run the app
$ flutter run
# Build app
$flutter build apk