https://github.com/kennethnym/todo_challenge
A simple todo app in Flutter with a minimalistic design.
https://github.com/kennethnym/todo_challenge
Last synced: 2 months ago
JSON representation
A simple todo app in Flutter with a minimalistic design.
- Host: GitHub
- URL: https://github.com/kennethnym/todo_challenge
- Owner: kennethnym
- Created: 2021-09-30T22:41:51.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-10-07T22:34:57.000Z (over 3 years ago)
- Last Synced: 2025-01-20T06:45:35.196Z (4 months ago)
- Language: Dart
- Size: 744 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# todo_challenge
A simple todo app in Flutter with a minimalistic design.
![]()
## Requirements
- Tested on Flutter 2.5.2
- Dart 2.14## Starting the app
- `flutter pub get`
- `flutter run`## Platforms supported
- Android
- iOS (tested on simulators only - I don't own an iPhone)