Skip to content

thiagorocha503/todo-app

Repository files navigation

Todo

Codemagic build status build License release

app icon

To do list app built in flutter framework.

Screenshoots

Insta-Mocks-20231110-085355280-transformed

Prerequisites

Installation

  1. Clone the repository
git clone "https://github.com/thiagorocha503/todo-app"
  1. Change into project directory
cd todo-app
  1. Install dependencies
flutter pub get
  1. For production environments
flutter run

Building for source

For production release:

flutter build apk --split-per-abi

Test

cd todo-app
flutter test

Download

google play

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Author

Inspiration

This App is based on Flutter Todos Tutorial from Felix Angelov

License

This project is licensed under the Apache License 2.0 License - see the LICENSE.md file for details