Read this in other language: English, Русский
This mini-application was created according to tutorial to improve skills on Flutter. The To Do app has been implemented, where you can add/remove some reminders, mark them as completed and cancel this action.
- Saving data after closing the application.
- The ability to add/remove tasks.
-
Cloning a repository
git clone https://github.com/karishka1222/To-Do-App-Pet-project-on-Flutter.git -
Adding dependencies to a project
flutter pub getflutter pub add hiveflutter pub add hive_flutterflutter pub add hive_generatorflutter pub add build_runner
- Description: Flutter is an open source framework by Google for building beautiful, natively compiled, multi-platform applications from a single codebase.
- Resources:
- Official Website: Official Website
- Documentation: Documentation
