Home
Softono

Flutter Task Manager

Open source MIT Dart
80
Stars
26
Forks
0
Issues
1
Watchers
2 years
Last Commit

 About Flutter Task Manager

This is a daily task manager apps created in flutter.

Platforms

Web Self-hosted iOS Android

Languages

Dart

Links

Need Help Installing Flutter Task Manager?

We provide expert installation service for this software. Our team will install, configure, and secure Flutter Task Manager on your server. plans start at just $30.

Flutter Task Manager

View on GitHub

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/aratheunseen/flutter-task-manager.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.