Todo-Moon
Todo-Moon copied to clipboard
Todo App I made with Flutter.
Flutter - Todo App
Todo App I made with Flutter.
Desing : https://dribbble.com/shots/8935948-Work-life-Balance-app
App Store
Google Play

Run Locally
Clone the project
git clone https://github.com/yagizdo/Todo-Moon
Go to the project directory
cd Todo-Moon
Install dependencies
flutter pub get
Run App
flutter run
What will be add :question:
- [x] Dynamic Todos
- [x] HomePage UI
- [X] Add Todo Page
- [x] Shared Preferences for Add Todo Page
- [x] State Management (Provider)
- [ ] Dark Mode
- [x] Splash Screen
Libraries I use in the application:
- Provider : https://pub.dev/packages/provider
- Shared Preferences : https://pub.dev/packages/shared_preferences
- Slidable : https://pub.dev/packages/flutter_slidable
- Font Awesome Flutter : https://pub.dev/packages/font_awesome_flutter
- Hex Color : https://pub.dev/packages/hexcolor
- Percent Indicator : https://pub.dev/packages/percent_indicator
- Flutter Toast : https://pub.dev/packages/fluttertoast
- Flutter Launcher Icons : https://pub.dev/packages/flutter_launcher_icons
- Modal Bottom Sheet : https://pub.dev/packages/modal_bottom_sheet
- Flutter Native Splash : https://pub.dev/packages/flutter_native_splash
App Video
https://user-images.githubusercontent.com/31064552/183441566-ade1c1c1-81fa-4b75-844b-2d762a11a61e.mp4
Contributing
Contributions are always welcome!