fluttercommunity / fluttercommunity/flutter_downloader
Function to access Task by its taskId
- Dominant language
- Kotlin
- Stars
- 940
- Forks
- 561
- Avg merge
- 1h 18m
- Merged PRs (30d)
- 1
Description
When using `FlutterDownloader` in Dart, sometimes we just need the access to single `DownloadTask` instance based on its `taskId`.
I know there is a `loadTasksWithRawQuery` method, but it would be much convenient to have `loadTaskByTaskId` method, so anybody can use it without additional coding needed. 🙂
thanks
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reading the existing loadTasksWithRawQuery API and the FlutterDownloader task-loading entry points. Trace how taskId values are handled across the plugin implementations, then verify that a loadTaskByTaskId API returns the requested DownloadTask and behaves correctly when no matching task exists.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- dart, flutter
- Domain
- mobile
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100