Skip to content

Latest commit

 

History

History
121 lines (80 loc) · 4.78 KB

CHANGELOG.md

File metadata and controls

121 lines (80 loc) · 4.78 KB

0.4.1

  • Fix First Background on iOS being ignored by mchudy in #188

0.4.0

  • Add support for Interactive Widgets on iOS
  • Rename registerBackgroundCallback to registerInteractivityCallback
  • Restructure README

0.3.1

0.3.0

  • Add renderFlutterWidget method to save a Flutter Widget as an Image #126 by leighajarett

0.2.1

  • Update Gradle and Kotlin Versions
  • Update to support Flutter 3.10

0.2.0+1

0.2.0

0.1.6

Fixes

0.1.5

  • Fix MissingPluginException for registerBackgroundCallback on iOS #39

0.1.4

  • 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
    • #48 Call not completing on iOS
    • #40 Cast exception on Android for cases launched from Widget but without data Uri

0.1.3

  • 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

0.1.2+1

  • Fix #19 Receiver not registered bug

0.1.2

  • 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]

0.1.1+2

  • Set sdk bound correctly
  • Workaround for analysis_options import error
  • Cleanup Example

0.1.1+1

  • Also allow older Flutter Versions

0.1.1

  • Flutter 2

0.1.0+1

  • More general Dart SDK Fixes Pub Score
  • Add Pub Score and Like Badges

0.1.0

  • Migrate HomeWidget to nullsafety.

0.0.2

  • Background Updates
    • Add Paragraph on explaining background updates
    • Extend example to include background updates using flutter_workmanager

0.0.1+4

  • Use absolute Image path to show images on pub.dev

0.0.1+3

  • 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)

0.0.1+2

  • Add more documentation to README

0.0.1+1

  • Add Images to README

0.0.1

  • Initial Release of HomeWidget