greendreamer / task_manager_flutter

This repository is dedicated to a simple Task Management App developed using the Flutter framework. The app provides features such as task creation, categorization, deadline setting, and progress tracking; all organized in an intuitive, user-friendly interface. The Flutter based build ensures consistently seamless performance cross-platform,

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flutter-Task-Manager

This is a daily task manager application project created in flutter. Install this application from Google Play Store or Get it from GitHub Release.

Screenshots

flutter-task-manager

Getting Started

Step-1: Download or clone this repository -

git clone https://github.com/greendreamer/task_manager_flutter.git

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

flutter pub get 

Step-3: Run flutter project -

flutter run

Project Structure

    ├─── android
    ├─── ios
    ├─── lib
          ├─── helpers
          │       └─── database_helper.dart
          ├─── models
          │       └─── task_model.dart
          ├─── screens
                  ├─── add_task_screen.dart
                  ├─── history_screen.dart
                  ├─── home_screen.dart
                  ├─── settings_screen.dart
                  ├─── splash_screen.dart
                  └─── stacked_icons.dart
          └─── main.dart
    └─── pubspec.yaml

Required Tools

  • Android Studio
  • Visual Studio Code (Optional)
  • Flutter
  • Dart

New to Flutter project!

Follow this -

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

About

This repository is dedicated to a simple Task Management App developed using the Flutter framework. The app provides features such as task creation, categorization, deadline setting, and progress tracking; all organized in an intuitive, user-friendly interface. The Flutter based build ensures consistently seamless performance cross-platform,

License:MIT License


Languages

Language:Dart 98.5%Language:Swift 1.0%Language:Kotlin 0.3%Language:Objective-C 0.1%