Skip to content

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

Notifications You must be signed in to change notification settings

aliasar1/Task-App-Sqflite-Flutter

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks