Skip to content

edilsonmatola/flutter_to-do_list_app

Repository files navigation

Leia este guia em Português

To-Do List App

A simple user friendly To Do list app that allows you delete and undo the deleted task.

Demo

          

Dependencies

  1. Intl

  2. Flutter_Slidable

  3. Shared_Preferences

Installation

1. Clone the repository
git clone https://github.com/edilsonmatola/flutter_to-do_list_app.git
2. Move to the desired folder
cd flutter_to-do_list_app

3. To run the app, simply write the following commands:

flutter pub get
# flutter emulators --launch "emulator_id" (to get Android Simulator)
open -a simulator (to get iOS Simulator)
flutter run
flutter run -d chrome --web-renderer html (to see the best output)