- Fix example annotation #115 by ColinSchmale
- Fix missing
@pragma("vm:entry-point")
for Background Callbacks #99 by linziyou0601 - Update HomeWidgetBackgroundService.kt #98 by roly151
- README Improvements by aaronkelton and hadysata
- Allow the specification of fully qualified android name #62 by NicolaVerbeeck
- Fix paths in README #73 by AndyRusso
- Migrate example to Android embedding v2 #80 by ronnieeeeee
- Fix onNewIntent in Flutter 3 #84 by josepedromonteiro and stepushchik-denis-gismart
- Fix MissingPluginException for
registerBackgroundCallback
on iOS #39
- Fix
HomeWidget.updateWidget
not completing on iOS #26 - Fix casting Error on Registering Background Callback #31 by aljkor
- Fix collision for Deeplinks #42 by mgonzalezc
- Make Android PendingIntents immutable for Android 12 #49 by mgonzalezc
- Update Gradle Versions and target Android SDK 31
- Fix Issues rrelating to
initiallyLaunchedFromHomeWidget
- Add GitHub Actions, Tests and Integration Tests to ensure further quality
- Fix double and null handling on Android
- Fix HomeWidget.updateWidget not completing on Android #26
- Fix #19 Receiver not registered bug
- Add Click Listeners
- Detect if App has been launched via a view from the HomeScreen Widget
- Execute Background Dart Code when clicking on a view in HomeScreen Widget [Android only]
- Set sdk bound correctly
- Workaround for analysis_options import error
- Cleanup Example
- Also allow older Flutter Versions
- Flutter 2
- More general Dart SDK Fixes Pub Score
- Add Pub Score and Like Badges
- Migrate HomeWidget to nullsafety.
- Background Updates
- Add Paragraph on explaining background updates
- Extend example to include background updates using flutter_workmanager
- Use absolute Image path to show images on pub.dev
- Compressed iOS and Android demo images in Readme (#16)
- Add README Entry to sync CFBundleVersion (#13)
- Format Examples into table (#10)
- Fix Build Error (#12)
- Add more documentation to README
- Add Images to README
- Initial Release of HomeWidget