aliasar1 / Task-App-Sqflite-Flutter

A simple task management app that utilizes Sqflite to manage and store tasks locally on the device.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flutter Task App with Sqflite πŸ“‘πŸ“•

This Flutter project is a simple task management app that utilizes Sqflite, a SQLite plugin for Flutter, to manage and store tasks locally on the device. The app provides basic CRUD (Create, Read, Update, Delete) functionality for tasks, allowing users to add, delete, update, and search for tasks.

Screenshots πŸ“Έ

Main Screen

Overall Screen

Add Note

Add Note

Update Note

Update Note

Delete Note

Delete Note

Search Note

Search Note

Duplication Validator

Duplication

Delete All Dialog

Dialog

Delete All

Delete All

To use this app follow below instructions:

  1. Clone this app using below syntax:

    https://github.com/aliasar1/Task-App-Sqflite-Flutter.git

  2. After cloning install packages using below syntax:

    flutter pub get

Above command will install all the necessary packages.

  1. Run the app on your mobile emulator using below command:

    flutter run

HAPPY CODING! πŸš€

About

A simple task management app that utilizes Sqflite to manage and store tasks locally on the device.


Languages

Language:Dart 90.8%Language:HTML 8.6%Language:Kotlin 0.6%