🌐
Pub.dev
pub.dev › packages › tasky
tasky | Flutter package
September 20, 2024 - Tasky is your go-to tool for managing long-running or CPU-intensive tasks in Flutter apps. It abstracts away the complexity of working with Dart isolates and provides a priority-based task queue.
Searching for packages
Pub is the package manager for the Dart programming language, containing reusable libraries & packages for Flutter and general Dart programs.
Package scoring and pub points
Pub is the package manager for the Dart programming language, containing reusable libraries & packages for Flutter and general Dart programs.
Http | Dart package
A composable, multi-platform, Future-based API for HTTP requests.
flutter_launcher_icons
A package which simplifies the task of updating your Flutter app's launcher icon.
🌐
Visual Studio Marketplace
marketplace.visualstudio.com › items
Flutter Tasks - Visual Studio Marketplace
Extension for Azure DevOps - Flutter extension for Azure DevOps. Install, build, analyze, command and env tasks for easier Flutter DevOps.
🌐
Flutter Awesome
flutterawesome.com › tag › task
Task - Flutter Awesome
December 1, 2018 - The Task Manager App is a mobile application built with Flutter, aimed at assisting users in efficiently managing their tasks.
🌐
Pub.dev
pub.dev › packages › workmanager
workmanager | Flutter package
August 31, 2025 - @pragma('vm:entry-point') void callbackDispatcher() { Workmanager().executeTask((task, inputData) async { print("Background task: $task"); // Your background work here return Future.value(true); }); } void main() { Workmanager().initialize(callbackDispatcher); Workmanager().registerOneOffTask("task-id", "simpleTask"); runApp(MyApp()); } ... See the example folder for a complete working demo with all features. For detailed setup instructions, advanced configuration, and troubleshooting, visit the complete documentation. ... Flutter Workmanager.
Published   Jul 21, 2019
Version   0.9.0+3
🌐
GitHub
github.com › Adithya-13 › Flutask
GitHub - Adithya-13/Flutask: Task Management App with Moor Database and Flutter Bloc Pattern and State Management · GitHub
This project contains about task Management with CRUD such as Add Task, Update Task, Calendar Task, and other. You can see the Demo from this app, and so many things i haven't add other feature like Notification, Save to PDF / Excel, Backup Database to Cloud, and other.
Starred by 50 users
Forked by 15 users
Languages   Dart
🌐
GitHub
github.com › aloisdeniel › vsts-flutter-tasks
GitHub - aloisdeniel/vsts-flutter-tasks: Flutter build tasks for Azure DevOps Pipelines/TFS. · GitHub
Then uses it for following tasks. Select the channel: stable (default), beta, or dev. Select the version of the SDK to install: latest (default), custom. If custom is specified, a custom version must be set. (Optional). Set the custom version (in a <M>.<m>.<p> semver format) if needed. Build the given mobile application project. You must call the Flutter Install task, set a FlutterToolPath environment variable, or use the optional Flutter SDK Path task entry that points to your flutter/bin folder before execution.
Starred by 109 users
Forked by 82 users
Languages   JavaScript 48.0% | TypeScript 38.9% | Dart 9.7% | Shell 1.5% | Objective-C 1.3% | Java 0.6%
🌐
GitHub
github.com › Jayjerome › Task_manager_application
GitHub - Jayjerome/Task_manager_application: The Task Manager App is a Flutter mobile application designed to help users manage their tasks efficiently. The app utilizes the Bloc architecture for state management and incorporates error handling for a smooth user experience. · GitHub
The Task Manager App is a Flutter mobile application designed to help users manage their tasks efficiently. The app utilizes the Bloc architecture for state management and incorporates error handling for a smooth user experience.
Starred by 107 users
Forked by 47 users
Languages   Dart 96.6% | Ruby 2.1%
🌐
Medium
sakibmahmood.medium.com › developing-a-professional-flutter-task-management-application-a-comprehensive-guide-96006be0b4eb
Developing a Professional Flutter Task Management Application: A Comprehensive Guide | by Mohammad Sakib Mahmood | Medium
September 14, 2024 - This project centers on developing a Task Management Application, which allows users to view, add, and delete tasks efficiently. By engaging with this application, students and faculty members will gain insights into effective Flutter development practices, reinforcing theoretical knowledge with practical application.
🌐
Pub.dev
pub.dev › packages › flutter_foreground_task
flutter_foreground_task | Flutter package
April 1, 2026 - Provides useful utilities that can use while performing tasks. Provides an option to automatically resume the foreground service on boot. ... To use this plugin, add flutter_foreground_task as a dependency in your pubspec.yaml file.
Published   Apr 19, 2021
Version   9.2.2
Find elsewhere
🌐
Flutter Market
fluttermarket.com › view › flutter-task-listing-app
Flutter Task Listing App Theme | Flutter Task Listing UI | Flutter To-do UI
Flutter Task Listing App is UI app template, suitable to build To-Do app for iOS, Android & web. Fully customizable with smooth animation & all necessary screens, aimed to provide best user experience.
🌐
GitHub
github.com › aratheunseen › flutter-task-manager
GitHub - aratheunseen/flutter-task-manager: This is a daily task manager apps created in flutter. · GitHub
This is a daily task manager apps created in flutter. - aratheunseen/flutter-task-manager
Starred by 80 users
Forked by 28 users
Languages   Dart
🌐
Xavor
xavor.com › blog › the-significance-of-background-tasks-in-flutter-app-development
The Significance of Background Tasks in Flutter App Development
April 9, 2026 - Flutter uses isolates, which are separate threads of execution, to perform background tasks without blocking the main UI thread. Each isolate in Flutter development runs in its own memory space and communicates with the main UI thread using messages.
🌐
Hackster.io
hackster.io › sriram17ei › flutter-task-management-app-ui-953c4c
Flutter Task management app UI - Hackster.io
April 16, 2022 - Task management app ui using Flutter. Find this and other hardware projects on Hackster.io.
🌐
GitHub
github.com › topics › flutter-task-app
flutter-task-app · GitHub Topics · GitHub
A task app designed with flutter with registration & login page, add a task view, dark & light theme mode and finally profile settings included.
🌐
3D Bay
clouddevs.com › home › hire flutter developers › creating a todo app with flutter: managing tasks and reminders
Creating a ToDo App with Flutter: Managing Tasks and Reminders
January 11, 2024 - This command will create a new Flutter project named “todo_app” in the current directory. Before we design the user interface, let’s define the Task class, which will represent individual tasks in our ToDo app.
🌐
GitHub
github.com › yuvraj0028 › flutter-task-manager-and-notes-app
GitHub - yuvraj0028/flutter-task-manager-and-notes-app: A to-do list app with notes helps people organize their tasks and goals. Users can create, edit, and delete lists of things they need to do, and add notes to each item. The app helps users prioritize, reduce stress, increase productivity, enhance creativity, and improve memory.
They can make, change, and remove lists of things they have to do, and write notes for each item. The app helps them sort out their tasks, calm down, work better, be more creative, and remember more. Data is Stored locally on device storage with the help of sqflite flutter package, which executes queries using sql commands.
Starred by 10 users
Forked by 3 users
Languages   Dart 99.2% | Dart 99.2%
🌐
Dart Code
dartcode.org › docs › tasks
Tasks - Dart Code - Dart & Flutter support for Visual Studio Code
The Run Build Task command in VS Code (Ctrl+Shift+B or Cmd+Shift+B) can be used to quickly execute a task designated as a build task. pub get, pub upgrade, flutter pub get, flutter pub upgrade, dartdoc
🌐
Reddit
reddit.com › r/flutterdev › flutter for task management web app?
r/FlutterDev on Reddit: Flutter for Task Management web app?
April 12, 2025 -

I'm planning on building a cross platform Task Management app (Web, iOS, Android, Mac) starting with the desktop web app. It will need to have smooth task drag & drop, hover animations, etc. Is Flutter Web a good option for this?

I understand Flutter had some performance issues with certain interactions/animations on web particularly in Safari. Is this still an issue or is it advisable to stick to React for the web app?

🌐
CodeCanyon
codecanyon.net › home › files › mobile › flutter › full applications
Taskify Flutter App - Project Management, Task Manager and Productivity Tool by infinitietech
Taskify Flutter App - Project Management, Task Manager and Productivity Tool
Taskify Flutter App for Project Management, Task Manager and Productivity Mobile App for Android &amp; iOS Most awaited, loved, and latest Project Management, Task management and Productivity Tool’s ... Taskify Flutter App for Project Management, Task Manager and Productivity Mobile App for Android &amp; iOS Most awaited, loved, and latest Project Management, Task management and Productivity Tool’s Flutter Mobile app has arrived. Kick start your business with the robust and feature rich flutter app that helps you build project and team management app in both Android and iOS. Taskify Flutter Ap
Rating: 5 ​