Skip to content

alexVma/Todo-List-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

todo list

Flutter project for save list of to-do login with clean architecture and BLoC Pattern

data base

drift

Drift, which was formerly known as Moor, is a reactive persistence library for Flutter and Dart, built on SQLite.

It is more of a wrapper around the SQlite package that provides us with the same functions and tools needed to write structured relational database queries, and it also takes time to reduce the boilerplate encountered in traditional SQLite scenarios.

The major advantage of Moor database is that it can be used alongside build_runner.

why drift? because is an implementation of a <> the suggested library by android native team.

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

About

A todo List app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 91.7%
  • HTML 6.0%
  • Swift 1.6%
  • Other 0.7%