edilsonmatola / flutter_to-do_list_app

To-do list application.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

To-do list application.

License:MIT License


Languages

Language:C++ 39.9%Language:Dart 28.9%Language:CMake 18.8%Language:HTML 9.3%Language:C 1.7%Language:Swift 1.0%Language:Kotlin 0.3%Language:Objective-C 0.1%