A simple todo app that synchronizes local database with API.
- Add new tasks
- Mark tasks as completed
- Edit existing tasks
- Delete tasks
- Offline support with local database
- Asynchronous updates with remote API
- Hive
- Dio
- Clone the repository:
git clone https://github.com/yunusemrealpak/flutter_todo_with_synchronized_backup.git
- Navigate to the project directory
cd flutter_todo_with_synchronized_backup
- Install dependencies
flutter pub get
- Run the app
flutter run
- Flutter - A mobile development framework by Google
- Dart - A client-optimized language for fast apps on any platform
- Hive - A software library that provides a relational database management system
Yunus Emre Alpak
Contributions are welcome. Please open an issue or create a pull request if you would like to contribute.
This project is licensed under the MIT License.