Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hungrimind/flutter_todo
Todo Application for Learning Flutter with MVVM
https://github.com/hungrimind/flutter_todo
dart flutter todo
Last synced: about 2 months ago
JSON representation
Todo Application for Learning Flutter with MVVM
- Host: GitHub
- URL: https://github.com/hungrimind/flutter_todo
- Owner: hungrimind
- License: mit
- Created: 2023-10-03T13:09:30.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-10T19:59:16.000Z (about 2 months ago)
- Last Synced: 2024-12-10T20:38:19.719Z (about 2 months ago)
- Topics: dart, flutter, todo
- Language: Dart
- Homepage: https://hungrimind.com/learn/flutter
- Size: 143 KB
- Stars: 5
- Watchers: 0
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Todo App built with Flutter
This repo contains the code for the Todo Project on [The Best Flutter Course on the Internet](https://www.hungrimind.com/learn/flutter)
## How to Contribute
This repo is open source, so there is transparency into what you would learn; the code is current and follows the best practices taught in the course.
Please create an issue or pull request if you see anything outdated or know a better approach.
## How to Run
1. Run `flutter pub get`
2. Run `flutter create .`## Fork the Code
I encourage you to fork this code and build on top of it. A link to the course or this repo would be highly appreciated 😊.