Skip to content

A simple todo-app using flutter and sqflite. basic functionalities Create, Read, Update and Delete functionalities.

License

Notifications You must be signed in to change notification settings

lightdarkmaster/Taskify

Repository files navigation

Taskify

A Flutter application designed to provide a user-friendly interface for adding tasks notes and saving it offline.


Features

  • CRUD
    Users can Create, Read, Update and Delete.

  • Fully Offline
    Users can use the app offline, without the need to connect to the internet.

  • Add Notes
    Allows users to add notes with title and descriptions.

  • Add Tasks
    Allows users to add task title descriptions.

  • Data History
    Allows users to save all tasks and notes.

  • User Friendly
    Allows users to use the app with ease.


Screenshots

Home Screen Home Screen Side Navigation Bar Notes Screen User Manual About Page About Page Delete Single Task Delete All Tasks No More tasks Add Task Add Notes

Requirements

Required Dependencies/Packages


How to Set up this Project?

Step 1: Install Flutter

  1. Download Flutter SDK
    Visit the Flutter Website and follow the installation instructions for your operating system.

  2. Verify Installation
    Run the following command in your terminal to ensure Flutter is correctly installed:

    flutter doctor
    

Step 2: Install Android Studio

  1. Download Android Studio Here and follow the installation instructions for your operating system.

  2. Verify Installation

  3. Setup android studio

  4. Download Emulator

  5. Integrate Virtual Emulator path to your VS code / If you don't want virtual emulator, use physical device

  • In your Physical Device Open Android build Version Click it 7 times.
  • You are now a Developer.
  • Navigate to Developer Options.
  • Navigate and Allow USB Debugging.
  • Connect your physical device to your computer using cable.

Clone Repository / Project Repository

  1. Be sure you have already install git.

  2. Download Git Here and follow the installation instructions for your operating system.

  3. Install and setup git in your computer.

  4. Open command prompt in your computer and type this command and press enter to clone my project repository.

    git clone 'https://github.com/lightdarkmaster/Todotask'
    

Installation of the Project Instructions

  1. Go to Project Directory
    cd taskify
  2. Install packages and dependencies
    flutter pub get
  3. Run the project
    flutter run
    

Building the app

  1. Build apk for all platform single command:
    flutter build apk --target-platform android-arm,android-arm64,android-x64 --split-per-abi
    

--- end ---

About

A simple todo-app using flutter and sqflite. basic functionalities Create, Read, Update and Delete functionalities.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published