A Flutter application designed to provide a user-friendly interface for adding tasks notes and saving it offline.
-
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.
- Flutter SDK: Version 3.22.3 or later
- Dart : Version 2.17.0 or later
- Android Studio
- Visual Studio Code
- Supported Platforms: Android, iOS, Linux, Windows, Macos and Web.
-
Download Flutter SDK
Visit the Flutter Website and follow the installation instructions for your operating system. -
Verify Installation
Run the following command in your terminal to ensure Flutter is correctly installed:flutter doctor
-
Download Android Studio Here and follow the installation instructions for your operating system.
-
Verify Installation
-
Setup android studio
-
Download Emulator
-
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.
-
Be sure you have already install git.
-
Download Git Here and follow the installation instructions for your operating system.
-
Install and setup git in your computer.
-
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'
- Go to Project Directory
cd taskify
- Install packages and dependencies
flutter pub get
- Run the project
flutter run
- Build apk for all platform single command:
flutter build apk --target-platform android-arm,android-arm64,android-x64 --split-per-abi
--- end ---