To do list app built in flutter framework.
- Clone the repository
git clone "https://github.com/thiagorocha503/todo-app"
- Change into project directory
cd todo-app
- Install dependencies
flutter pub get
- Generate boilerplate code for localization
flutter pub run intl_utils:generate
- For production environments
flutter run
For production release:
flutter build apk --split-per-abi
cd todo-app
flutter test
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
- Thiago Ferreira - Thiagorocha503
This App is based on Flutter Todos Tutorial from Felix Angelov
This project is licensed under the Apache License 2.0 License - see the LICENSE.md file for details