Skip to content

In this project, a Flutter application was developed with SQLite integration to perform CRUD (Create, Read, Update, Delete) operations in Dart. The home page was designed using Dart language.

License

Notifications You must be signed in to change notification settings

iamsatishsharma/flutter_curd

Repository files navigation

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 ssharma.developers@gmail.com

Copyright (c) 2023 Satish Sharma

About

In this project, a Flutter application was developed with SQLite integration to perform CRUD (Create, Read, Update, Delete) operations in Dart. The home page was designed using Dart language.

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published