Flutter project for save list of to-do login with clean architecture and BLoC Pattern
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.
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.