amalnaami / task_manager_app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Typing SVG

alt text

Description:

Task manager app using Flutter that allows users to manage their tasks efficiently.

How to use:

Step 1

Download or clone this repo by using the link below:

https://github.com/amalnaami/task_manager_app.git

Step 2

Go to project root and execute the following command in console to get the required dependencies:

flutter pub get

Step 3 (optional for iOS)

cd ios
pod install --repo-update
cd ..

Step 4

Generate files:

flutter pub run build_runner build --delete-conflicting-outputs

Step 5:

Run app

flutter run

πŸš€ Folder Structure

Here is the core folder structure which flutter provides.

| lib/
  |- core/
    |- failure/
  |- infrastructure/
  |- presentation/
    |- feature/
    |- task_manager/
  |- routing/
  |- service/
    |- cache/
    |- api_service.dart
  |- main.dart
| test/
  |- chache_shared_prefs_test.dart

πŸš€ Libraries & Tools Used

About


Languages

Language:Dart 99.1%Language:Ruby 0.5%Language:Swift 0.3%Language:Kotlin 0.0%Language:Objective-C 0.0%