FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for example - fluttercommunity/flutter_workmanager · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
fluttercommunity
/
flutter_workmanager
Public
Notifications
You must be signed in to change notification settings
Fork
363
Star
1k
Code
Issues
2
Pull requests
6
Actions
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
flutter_workmanager
example
on
main
User selector
Datepicker
Commit history
Commits on Aug 4, 2026
feat(web): bidirectional message channel between page and background worker (#708)
Show description for dbd5fe1
ened
authored
dbd5fe1
View commit details
Copy full SHA for dbd5fe1
View code at this point
Browse repository at this point
Commits on Aug 3, 2026
feat(android): progress updates for long-running tasks (#720)
Show description for 9251048
ened
authored
9251048
View commit details
Copy full SHA for 9251048
View code at this point
Browse repository at this point
feat: work status observation — getWorkInfo across platforms (fixes #194) (#719)
Show description for 072bd94
ened
authored
072bd94
View commit details
Copy full SHA for 072bd94
View code at this point
Browse repository at this point
feat(android): expedited work support (#715)
Show description for 738ac37
ened
authored
738ac37
View commit details
Copy full SHA for 738ac37
View code at this point
Browse repository at this point
feat(android): add ContentUriTrigger constraints (fixes #413) (#709)
Show description for dc5c95a
ened
authored
dc5c95a
View commit details
Copy full SHA for dc5c95a
View code at this point
Browse repository at this point
Commits on Aug 2, 2026
feat(web): service worker based background execution (experimental) (#707)
Show description for 21eead9
ened
authored
21eead9
View commit details
Copy full SHA for 21eead9
View code at this point
Browse repository at this point
feat(ios): add BGContinuedProcessingTask support (fixes #638) (#700)
Show description for 506b0ce
ened
authored
506b0ce
View commit details
Copy full SHA for 506b0ce
View code at this point
Browse repository at this point
fix(ios): run one-off tasks on the main engine to avoid release crash (fixes #653) (#697)
Show description for 53463e0
ened
authored
53463e0
View commit details
Copy full SHA for 53463e0
View code at this point
Browse repository at this point
feat(ios): add UIScene lifecycle support (fixes #662) (#696)
ened
authored
e306410
View commit details
Copy full SHA for e306410
View code at this point
Browse repository at this point
Commits on Aug 1, 2026
ci: fix release quality gate blocked by example lints
Show description for 35eb421
ened
committed
35eb421
View commit details
Copy full SHA for 35eb421
View code at this point
Browse repository at this point
feat: macOS support via NSBackgroundActivityScheduler (fixes #424) (#689)
Show description for 7b05f3e
ened
authored
7b05f3e
View commit details
Copy full SHA for 7b05f3e
View code at this point
Browse repository at this point
fix(ios): pass taskName to callback and honor initialDelay for one-off tasks (#687)
Show description for ce8fd12
ened
authored
ce8fd12
View commit details
Copy full SHA for ce8fd12
View code at this point
Browse repository at this point
feat: add Swift Package Manager support for iOS (#683)
Show description for 6578170
authored
6578170
View commit details
Copy full SHA for 6578170
View code at this point
Browse repository at this point
fix(ios): pass inputData to periodic background tasks (#648)
Show description for 41d5e64
ened
authored
41d5e64
View commit details
Copy full SHA for 41d5e64
View code at this point
Browse repository at this point
Commits on Aug 6, 2025
fix: prevent NullPointerException in BackgroundWorker.getDartTask (#636)
Show description for d34763d
ened
authored
d34763d
View commit details
Copy full SHA for d34763d
View code at this point
Browse repository at this point
Commits on Aug 1, 2025
feat: add iOS Swift Package Manager support (#631)
Show description for e2e1d54
ened
and
claude
authored
e2e1d54
View commit details
Copy full SHA for e2e1d54
View code at this point
Browse repository at this point
Commits on Jul 31, 2025
refactor: replace debug mode with extensible hook-based system (#630)
Show description for a63621f
ened
and
claude
authored
a63621f
View commit details
Copy full SHA for a63621f
View code at this point
Browse repository at this point
Commits on Jul 30, 2025
chore: update dependencies to latest versions (#629)
Show description for c6c942f
ened
authored
c6c942f
View commit details
Copy full SHA for c6c942f
View code at this point
Browse repository at this point
fix: resolve issue #622 - periodic tasks running at incorrect frequencies (#628)
Show description for 04133c9
ened
and
claude
authored
04133c9
View commit details
Copy full SHA for 04133c9
View code at this point
Browse repository at this point
Commits on Jul 29, 2025
feat: comprehensive docs.page migration with streamlined user documentation
Show description for c957b9a
ened
authored
c957b9a
View commit details
Copy full SHA for c957b9a
View code at this point
Browse repository at this point
refactor: Migrate internal interfaces to pigeon (#613)
Show description for 5d05619
ened
and
claude
authored
5d05619
View commit details
Copy full SHA for 5d05619
View code at this point
Browse repository at this point
Commits on Jul 1, 2025
feat: Migrate to federated plugin architecture (#611)
Show description for b45313b
ened
authored
b45313b
View commit details
Copy full SHA for b45313b
View code at this point
Browse repository at this point
Commits on Jun 24, 2025
chore: Modernize plugin to v0.7.0 for latest Flutter/Dart versions (#610)
Show description for 0705ce2
ened
and
claude
authored
0705ce2
View commit details
Copy full SHA for 0705ce2
View code at this point
Browse repository at this point
Commits on May 29, 2025
fix: Update ci config (#606)
Show description for 88161e3
charafau
authored
88161e3
View commit details
Copy full SHA for 88161e3
View code at this point
Browse repository at this point
Commits on Apr 9, 2024
chore: Android build (#545)
Show description for d94eb34
ened
authored
d94eb34
View commit details
Copy full SHA for d94eb34
View code at this point
Browse repository at this point
Commits on Apr 8, 2024
chore: Melos restructure (#544)
Show description for cfc4838
ened
authored
cfc4838
View commit details
Copy full SHA for cfc4838
View code at this point
Browse repository at this point
add isScheduled call: checks whether a period task is scheduled (android only) (#535)
Show description for 6a09b41
mx1up
and
ened
authored
6a09b41
View commit details
Copy full SHA for 6a09b41
View code at this point
Browse repository at this point
feat: Various cleanups on Android (#509)
Show description for bdd61b3
ened
authored
bdd61b3
View commit details
Copy full SHA for bdd61b3
View code at this point
Browse repository at this point
feat: add flex interval on periodic work request(only android) (#537)
Show description for f470883
authored
f470883
View commit details
Copy full SHA for f470883
View code at this point
Browse repository at this point
feat!: iOS major enhancements BGAppRefreshTask, BGProcessingTask, beginBackgroundTask, printScheduledTasks (#511)
Show description for b783000
authored
b783000
View commit details
Copy full SHA for b783000
View code at this point
Browse repository at this point
Commits on Sep 22, 2023
feat: Gradle 8 + AGP upgrade (#505)
Show description for 75b64a0
ened
authored
75b64a0
View commit details
Copy full SHA for 75b64a0
View code at this point
Browse repository at this point
Commits on Jun 3, 2023
20230426 update (#470)
Show description for 41f0667
ened
authored
41f0667
View commit details
Copy full SHA for 41f0667
View code at this point
Browse repository at this point
Commits on Apr 26, 2023
Migrate away from ResolvableFuture (#436)
Show description for f24d284
ened
authored
f24d284
View commit details
Copy full SHA for f24d284
View code at this point
Browse repository at this point
Commits on Sep 6, 2022
Initialize dart plugin registrant according to https://github.com/flu… (#388)
Show description for 3614446
ened
authored
3614446
View commit details
Copy full SHA for 3614446
View code at this point
Browse repository at this point
Commits on Jun 16, 2022
* Documentation and example update to fix (#374) WorkManager not working when App is obfuscated or using Flutter 3.1+ (#405)
absar
authored
80518ed
View commit details
Copy full SHA for 80518ed
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL