thecodexhub / flutter-sqflite-example

Flutter SQLite Database - Persist Data with sqflite. Learn how to use sqflite to store complex relational data locally in Flutter apps.

Home Page:https://towardsdev.com/flutter-sqlite-database-persist-data-with-sqflite-74283c51b9a2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flutter Sqflite Example

Flutter SQLite Database - Persist Data with sqflite. Learn how to use sqflite to store complex relational data locally in Flutter apps.

This project shows -

  • how to initialize sqflite local database.
  • how to create multiple relational tables with primary and foreign key.
  • how to insert data into the table.
  • how to retrieve, modify and remove data from the table.
  • how to display data in UI using FutureBuilder.

Read the article here on Medium.

Check the sample video here on Instagram.

Preview

Getting Started

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

If you like this repository, kindly give it a star ⭐

About

Flutter SQLite Database - Persist Data with sqflite. Learn how to use sqflite to store complex relational data locally in Flutter apps.

https://towardsdev.com/flutter-sqlite-database-persist-data-with-sqflite-74283c51b9a2

License:MIT License


Languages

Language:Dart 98.1%Language:Swift 1.3%Language:Kotlin 0.5%Language:Objective-C 0.1%