Flutter beginners tutorial: How to store data locally on a SQLite database in a Flutter app?

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 ต.ค. 2022
  • In this Flutter beginners tutorial, we'll be creating a simple Shopping list app and storing the data locally on an SQLite database.
    If you're new to Flutter and want to learn how to store data locally on an SQLite database, then this is the tutorial for you! In this tutorial, we'll be covering everything from database creation to data retrieval. By the end of this tutorial, you'll be able to store data locally in a Flutter app!
    How to store data locally on an SQLite database in a Flutter app? 11 basic concepts to know.
    Source code: github.com/gitanjal/flutter_s...
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 2

  • @usertuserb7057
    @usertuserb7057 ปีที่แล้ว

    Thanks for this vidéo.
    Please , Can i store SQLite database file in a specific folder like myData?

    • @droidmonk4820
      @droidmonk4820  ปีที่แล้ว

      Yes you can..
      var databasesPath = await getDatabasesPath();
      String path = join(databasesPath, '/myData/demo.db');