Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
absar
/
flutter_workmanager
Public
forked from
fluttercommunity/flutter_workmanager
Notifications
You must be signed in to change notification settings
Fork
23
Star
5
Code
Pull requests
2
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Projects
Security and quality
Insights
Feature/prevent flutter engine destroying on stop
- #3
#3
Open
jackle291
wants to merge 36 commits into
absar:master
absar/flutter_workmanager:master
from
jackle291:feature/prevent-flutter-engine-destroying-on-stop
jackle291/flutter_workmanager:feature/prevent-flutter-engine-destroying-on-stop
Copy head branch name to clipboard
Conversation
Commits
36
(36)
Checks
Files changed
Open
Feature/prevent flutter engine destroying on stop
#3
jackle291
wants to merge 36 commits into
absar:master
absar/flutter_workmanager:master
from
jackle291:feature/prevent-flutter-engine-destroying-on-stop
jackle291/flutter_workmanager:feature/prevent-flutter-engine-destroying-on-stop
Copy head branch name to clipboard
Commits
Commits on Oct 26, 2022
fix:Update Workmanager iOS because no callback in Background on iOS real device, added 30sec BGAppRefresh, Updated example #396
xunreal75
committed
b74dc93
View commit details
Copy full SHA for b74dc93
Browse repository at this point
Commits on Nov 5, 2022
added permissionhandler an requests for iOS
Show description for f7c1cef
xunreal75
committed
f7c1cef
View commit details
Copy full SHA for f7c1cef
Browse repository at this point
fixed errormessage on xcode
xunreal75
committed
1d773de
View commit details
Copy full SHA for 1d773de
Browse repository at this point
Commits on Nov 7, 2022
feat:Added check for background refresh permissions #441
xunreal75
committed
8419017
View commit details
Copy full SHA for 8419017
Browse repository at this point
Merge branch 'fluttercommunity:main' into iOS_notWorkingUpdate
xunreal75
authored
423f054
View commit details
Copy full SHA for 423f054
Browse repository at this point
Commits on Jan 2, 2023
text to display task event dates (show prefs) added.
xunreal75
committed
3b133fd
View commit details
Copy full SHA for 3b133fd
Browse repository at this point
Commits on Jan 11, 2023
fixed workmanager iOS Part
Show description for 27726a8
xunreal75
committed
27726a8
View commit details
Copy full SHA for 27726a8
Browse repository at this point
fixed warning dead code and ! check
xunreal75
committed
5589538
View commit details
Copy full SHA for 5589538
Browse repository at this point
Commits on Jan 12, 2023
improved Task description (hints)
xunreal75
committed
6a42b10
View commit details
Copy full SHA for 6a42b10
Browse repository at this point
Commits on Jan 14, 2023
Merge pull request #1 from xunreal75/iOS_notWorkingUpdate
Show description for c3f985f
iosephmagno
authored
c3f985f
View commit details
Copy full SHA for c3f985f
Browse repository at this point
Commits on Jul 22, 2023
Merge pull request #2 from fluttercommunity/main
Show description for 52deef2
delfme
authored
52deef2
View commit details
Copy full SHA for 52deef2
Browse repository at this point
Commits on Jul 29, 2023
Update README.md
delfme
authored
c9f193f
View commit details
Copy full SHA for c9f193f
Browse repository at this point
Update README.md
delfme
authored
808e193
View commit details
Copy full SHA for 808e193
Browse repository at this point
Update README.md
delfme
authored
0c39308
View commit details
Copy full SHA for 0c39308
Browse repository at this point
Commits on Sep 11, 2023
Merge pull request #1 from presence-app/main
Show description for 08bd327
absar
authored
08bd327
View commit details
Copy full SHA for 08bd327
Browse repository at this point
Commits on Sep 14, 2023
Format readme iOS examples
absar
committed
8d184da
View commit details
Copy full SHA for 8d184da
Browse repository at this point
Commits on Sep 18, 2023
Improve code documentation
absar
committed
b06db87
View commit details
Copy full SHA for b06db87
Browse repository at this point
Cleanups in SwiftWorkmanagerPlugin.swift
Show description for 7f807fe
absar
committed
7f807fe
View commit details
Copy full SHA for 7f807fe
Browse repository at this point
* iOS, Rename registeriOSBackgroundProcessingTask to a generic name registerProcessingTask to be consistent with rest of the plugin and possible future Android implementation
Show description for 2fb38eb
absar
committed
2fb38eb
View commit details
Copy full SHA for 2fb38eb
Browse repository at this point
Commits on Sep 20, 2023
* Cleanup code to make it more close to original plugin so that change size is reduced and it will make it easy to review
Show description for 2af1f55
absar
committed
2af1f55
View commit details
Copy full SHA for 2af1f55
Browse repository at this point
Add task identifiers to iOS AppRefresh and ProcessingTask so that user can define task names instead of using hardcoded names
absar
committed
3558258
View commit details
Copy full SHA for 3558258
Browse repository at this point
* iOS AppRefresh task interval should be 15 minutes
Show description for 43df000
absar
committed
43df000
View commit details
Copy full SHA for 43df000
Browse repository at this point
Commits on Sep 21, 2023
Initialize should not auto open App settings if background refresh permission is not assigned.
Show description for 1bd6a6b
absar
committed
1bd6a6b
View commit details
Copy full SHA for 1bd6a6b
Browse repository at this point
Commits on Sep 22, 2023
Continue work on task identifiers for iOS AppRefresh and ProcessingTask.
Show description for 222bdad
absar
committed
222bdad
View commit details
Copy full SHA for 222bdad
Browse repository at this point
Commits on Sep 23, 2023
Temporary merge branch 'ios-BGTaskScheduler-enhancements' into ios-task-scheduler-enh-mer
absar
committed
5d9ce95
View commit details
Copy full SHA for 5d9ce95
Browse repository at this point
Merge pull request #2 from fluttercommunity/main
Show description for 9652d83
absar
authored
9652d83
View commit details
Copy full SHA for 9652d83
Browse repository at this point
Commits on Sep 24, 2023
Merge iOS enhancements into latest workmanager main branch
absar
committed
39aad70
View commit details
Copy full SHA for 39aad70
Browse repository at this point
Fix extra commas on iOS
absar
committed
7c256ae
View commit details
Copy full SHA for 7c256ae
Browse repository at this point
Commits on Sep 26, 2023
New iOS feature printScheduledTasks to print details of un-executed scheduled tasks. To be used during development/debugging.
Show description for 8a6f560
absar
committed
8a6f560
View commit details
Copy full SHA for 8a6f560
Browse repository at this point
iOS Periodic and processing tasks will be immediately scheduled, instead of waiting for App to go to background. Since doing on backgrounding will keep on changing earliest begin date.
Show description for 9625658
absar
committed
9625658
View commit details
Copy full SHA for 9625658
Browse repository at this point
Commits on Sep 27, 2023
Option to set frequency for iOS periodic tasks in AppDelegate.swift
Show description for 196bad2
absar
committed
196bad2
View commit details
Copy full SHA for 196bad2
Browse repository at this point
Update iOS docs
absar
committed
5a8cbf2
View commit details
Copy full SHA for 5a8cbf2
Browse repository at this point
TODO for cleanups later
absar
committed
c59058d
View commit details
Copy full SHA for c59058d
Browse repository at this point
Branch all iOS developments to prepare merging to original workmanager
absar
committed
03e1edb
View commit details
Copy full SHA for 03e1edb
Browse repository at this point
Commits on Oct 27, 2023
Sync with master
absar
committed
f3e717b
View commit details
Copy full SHA for f3e717b
Browse repository at this point
Commits on Feb 5, 2024
remove destroy flutter engine
jackle291
committed
73cc539
View commit details
Copy full SHA for 73cc539
Browse repository at this point
You can’t perform that action at this time.