Please give this project a star if you find it useful or are using it to learn or begin your solution. Thanks!
Connect with me on Linkedin as well to support this project.
sqflite is a wrapper around SQLite, which is a relational database without direct support for Dart objects. Moor is a reactive persistence library for Flutter and Dart, built ontop of SQLite.This project is a starting point for a Flutter application.
- Design a screen with application form and the list. Create database and table in Sqlite database.
- Create : Create a new record in Sqlite Table.
- Read : Read from Table, single row and multiple rows as well.
- Update: Modify and Update the record in Table.
- Delete: Delete a row in Table.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
flutter_curd is available under the MIT license. See the LICENSE file for more info.
Feel free to contact me on ssharma.developers@gmail.com
Copyright (c) 2023 Satish Sharma