Flutter ToDo App

This is a simple ToDo application built with Flutter. It allows users to manage their tasks, mark them as completed, edit them, and delete them for specific tasks. The application also features animations for a smoother user experience.

Screenshots / Preview

mobile.mp4

Features

  • Add, edit, and delete tasks/todos.
  • Mark tasks/todos as done/completed.
  • Persisted data
  • Dark mode
  • Multi language

Installation

  1. Clone the repository:
git clone https://github.com/dimashpt/todo-flutter
  1. Navigate to the project directory:
cd todo-flutter
  1. Install dependencies:
flutter pub get

Usage

  1. Start the development server:
flutter run
  1. Emulator/simulator with app opened will be open automatically

  2. Start managing your tasks!

Main Technologies Used

  • Flutter
  • BLoC