SQLite is an incredible embedded database. Anyone is using it, when you are browsing internet with your browser, or when you are using your smartphone. A library for Flutter called sqflite offers an interface to manage SQLite database on all supported platform.
Bootstrapping
As usual, let create a new project from scratch to test this package.
$ flutter create mydb
Creating project mydb...






