Flutter-moor-SqlTodo icon indicating copy to clipboard operation
Flutter-moor-SqlTodo copied to clipboard

ToDo list App Using moor packages


Todo
Todo - Simple & Beautiful

A minimal Todo mobile app made using Flutter.

Key FeaturesOverviewCredits

Key Features

  • Easily add and remove tasks
  • Organize tasks under categories. editing.
  • Personalize task category using color and icon.

Overview

  • The SQL Database was Built Using Flutter Packages Called Moor which Is The Flutter version Of Room For Native Android
  • Moor Makes You Build Fully Type Safe SQL Tabels And Queries Using Pure Dart
  • The Tasks Are In a Form Of Dismissibles To The Right To Edit The Task And To The Left To Delete It
  • TODO : Adding Options To Sort And Show Tasks Depending on Color , Icon Or The Same Main Category

Credits

Moor is an easy to use, reactive persistence library for Flutter and Dart web apps. Define your database tables in pure Dart and enjoy a fluent query API, auto-updating streams and more! Check This Package Repo .