/ToDo-APP

Primary LanguageDartMIT LicenseMIT

ToDo App

A simple and productive Task organizer flutter project.

Introduction

  • Features

    • Create your tasks ease
    • Modify your tasks by editing their title and time
    • Tasks are grouped by their date
    • Easily switch App theme from Dark to Light by one tap
  • Used technologies

    • Firestore Database
    • Provider

Pubspec.yaml

 dependencies:
   flutter:
     sdk: flutter
   flutter_auth_buttons: ^0.8.0
   provider: ^4.1.3
   cloud_firestore: ^0.13.7
   flutter_facebook_login: ^3.0.0
   firebase_auth: ^0.16.1
   google_sign_in: ^4.5.1
   http: ^0.12.1
   intl: ^0.16.1

Next tasks

  • Implement Facebook/Google Login
  • Implement Dark Mode
  • Add Screenshots
  • Cleanify code
  • Document the code

screenshots

Alt text

Light Mode Dark Mode
Alt text Alt text
Alt text Alt text