home_widget 0.5.0 copy "home_widget: ^0.5.0" to clipboard
home_widget: ^0.5.0 copied to clipboard

A plugin to provide a common interface for creating HomeScreen Widgets for Android and iOS.

0.5.0 #

Breaking Changes

  • The package now uses a library pattern so you should only import 'package:home_widget/home_widget.dart'

New Features

  • Jetpack Glance Support
  • Support requestPinWidget on Android
  • Support getting Information about Widgets Users have currently added to their Home and Lock Screens
  • Support saving Uint8List on iOS

Fixes

  • iOS Background Work not working when App was fully closed
  • Launching the App on Android 14+
  • iOS not compiling when using interactive Widgets with Flutter 3.19+

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
1507
likes
140
pub points
98%
popularity

Publisher

verified publisherantonborri.es

A plugin to provide a common interface for creating HomeScreen Widgets for Android and iOS.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, path_provider, path_provider_foundation

More

Packages that depend on home_widget