SQFlite is a plugin in flutter which is used to store the data. In SQFlite we perform many operations like create, delete, update, etc. This operation is called CRUD Operations. We use sqflite for database storage, intl is used for DateTime format.

6m read timeFrom medium.flutterdevs.com
Post cover image
Table of contents
SQFlite In FlutterTable Of Contents::Introduction:Add Dependency :Create Database :Create Model Class :CURD Operations :Implementation:Conclusion:GitHub Link:
1 Comment

Sort: