IsaiasCuvula/flutter_riverpod_todo_app
यह फ्लटर और रिवरपॉड, गो_रूटर और अधिक का उपयोग करके बनाया गया एक सरल टोडो ऐप है...
- Stars
- 100
- Forks
- 24
- अंतिम पुश (UTC)
- 15 अग॰ 2023
- प्रोजेक्ट स्थिति
- सक्रिय
भाषाएँDartRubySwiftKotlinObjective-C
तकनीकी विषय
उपयोग की गई निर्भरताएँ
निर्भरता सूची 13 आइटम
- equatable
^2.0.5 - flex_color_scheme
^7.2.0 - flutter
{"sdk":"flutter"} - flutter_riverpod
^2.3.6 - font_awesome_flutter
^10.5.0 - gap
^3.0.1 - go_router
^10.0.0 - google_fonts
^5.1.0 - intl
^0.18.1 - path
^1.8.3 - sqflite
^2.3.0 - flutter_testडेवलपमेंट
{"sdk":"flutter"} - flutter_lintsडेवलपमेंट
^2.0.0
रैंकिंग
मूल README
यह अंग्रेज़ी मूल स्नैपशॉट है। नवीनतम सामग्री GitHub पर देखें।
README खोलें / बंद करें
Flutter Riverpod Todo App
This is a simple Todo app built using Flutter and Riverpod, demonstrating how to perform CRUD (Create, Read, Update, Delete) operations in a clean and maintainable way. Riverpod is used as the state management solution for the app, promoting a declarative and efficient approach to handling the application state.
Getting Started:
- Clone this repository to your local machine.
git clone https://github.com/IsaiasCuvula/flutter_riverpod_todo_app
- Ensure you have Flutter and Dart installed on your development environment.
- Run
flutter pub getto fetch and install the required dependencies. - Launch the app on an emulator or physical device using
flutter run.
iPhone13Mockup3 iPhone13Mockup2 iPhone13Mockup1