Skip to content

Latest commit

 

History

History
50 lines (33 loc) · 2.06 KB

README.md

File metadata and controls

50 lines (33 loc) · 2.06 KB

Flutter CURD: A new Flutter project.

Follow and give a start ⭐

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.

Android + FLUTTER + CURD + Sqflite

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.

Getting Started

This project is a starting point for a Flutter application.

Table of Contents

  1. Design a screen with application form and the list. Create database and table in Sqlite database.
  2. Create : Create a new record in Sqlite Table.
  3. Read : Read from Table, single row and multiple rows as well.
  4. Update: Modify and Update the record in Table.
  5. 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.

Input Text Validation

Screenshot

Add and delete items

Screenshot

Update few rows

Screenshot

License

flutter_curd is available under the MIT license. See the LICENSE file for more info.

Contact

Feel free to contact me on [email protected]

Copyright (c) 2023 Satish Sharma