koirpraw / notekeeper_localdb

notekeeper with local database storage. SQFlite to manage local Database with CRUD operation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

notes_localdb

note taking app using local database for storage, allows CRUD operations. create new notes, delete or update the existing notes. Notes are arranged as a separate card in vertical arrangement. Each card will allow user to store as much or as long of a note as user wants.

Packages/Plugins used: SQFlite:to carry SQLite function for local database and run the CRUD operation. link: https://pub.dev/packages/sqflite/install path_provider: to manage the the path of the application folder in the device's directory. link: https://pub.dev/packages/path_provider

Getting Started with Flutter

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

About

notekeeper with local database storage. SQFlite to manage local Database with CRUD operation


Languages

Language:Dart 92.9%Language:Swift 5.0%Language:Kotlin 1.6%Language:Objective-C 0.5%