Skip to content

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

License

Notifications You must be signed in to change notification settings

thecodexhub/flutter-sqflite-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages