fluttercommunity / fluttercommunity/flutter_downloader

Option to push update notification based on time and not STEP_UPDATE pct.

Open
#502 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Kotlin
Stars
940
Forks
561
Avg merge
1h 18m
Merged PRs (30d)
1

Description

Notifications are sent at 5% increments or if 100% download is reached. For small files this can result in a flood of notification events. It would be really useful to be able to either specify the increment percentage or, even better, as a duration. For example, send a notification at per-second intervals. This would provide consistent update notifications regardless of file size.

Thanks.

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by locating the code that emits notifications at 5% increments or at 100% completion, using STEP_UPDATE as the search term. Review how download progress is handled and define whether the option should accept a percentage increment, a duration, or both; done means small files no longer produce a notification flood while progress updates remain consistent.

Written by the indexing model from the issue text.

Assessment

Tech stack
flutter, kotlin
Domain
mobile
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.