Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/LiveLikeCounter/Flutter-Todolist
A Flutter based to do list app (yes, another to do list... but... this time based on a beautiful design)
https://github.com/LiveLikeCounter/Flutter-Todolist
design flutter-apps flutter-examples
Last synced: about 1 month ago
JSON representation
A Flutter based to do list app (yes, another to do list... but... this time based on a beautiful design)
- Host: GitHub
- URL: https://github.com/LiveLikeCounter/Flutter-Todolist
- Owner: LiveLikeCounter
- Created: 2019-09-09T13:39:16.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-19T19:28:41.000Z (over 3 years ago)
- Last Synced: 2024-08-03T09:07:00.664Z (4 months ago)
- Topics: design, flutter-apps, flutter-examples
- Language: Dart
- Homepage: https://interestinate.com
- Size: 6.87 MB
- Stars: 635
- Watchers: 20
- Forks: 205
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
- awesome-github-star - Flutter-Todolist
README
# ✔️ Flutter to do App "To Do List"
A Flutter app based on the design of the To Do App, created by *Rudi Hartono*, see more on: [Uplabs](https://www.uplabs.com/posts/to-do-list-app-freebie-kit).
## Getting Started 🚀
```shell
- Clone the repo
- Install the dependicies
- Run it
```## Preview and Google Play
The app is based on Rudi's design:
![App preview](doc/AppPreviewUplabs.jpg)
The result is:
![App preview](doc/AppPreview.gif)
[![Get it on Google Play](doc/google-play-badge.png)](https://play.google.com/store/apps/details?id=com.interestinate.flutter_todolist)
## Version history
| Version | Date | Comments |
| ------- | ------------------ | -------------------------------- |
| 1.6 | May 19, 2021 | Migrate to Flutter 2 + Added Subtasks |
| 1.5 | December 10, 2019 | Changed build from prodcution to test |
| 1.4 | September 26, 2019 | Published the App on Google Play |
| 1.3 | September 24, 2019 | Added App-icons for deployment |
| 1.2 | September 23, 2019 | Added swipe to delete: ![Swipe to delete](doc/UpdateSwipeToDelete.png) |
| 1.1 | September 16, 2019 | Set the statusbar to transparent: ![Transparent statusbar](doc/UpdateTransparentStatusbar.png) |
| 1.0 | ~September 2019 | Initial release |## Contributing
Feel welcome and free to submit issues, pull requests and features to this repo.
## Support me
I really like to make as much (free) beautiful Flutter apps, so you get inspired!
Hence you can support me by:⭐️ this repo if you like it.
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://paypal.me/jwalhout?locale.x=nl_NL)
Thank you in advanced 👍
## Other Flutter Apps
There are other example Apps made with flutter, see more on [Interestinate](https://interestinate.com).
Or the following repo's:
- An iOS focused Flutter App: [iSubscribe](https://github.com/LiveLikeCounter/Flutter-iSubscribe)
- A Package Manager App made with Flutter: [Package Manager](https://github.com/LiveLikeCounter/Flutter-Package-Manager)
- A Food Delivery Flutter App: [Food Delivery](https://github.com/LiveLikeCounter/Flutter-Food-Delivery)
- A Paypal Redesign made in Flutter: [Paypal Redesign](https://github.com/LiveLikeCounter/Flutter-Paypal-Redesign)