home_widget 0.7.0 home_widget: ^0.7.0 copied to clipboard
A plugin to provide a common interface for creating HomeScreen Widgets for Android and iOS.
0.7.0 #
0.6.0 #
- Require Flutter 3.20+ due to changes in
ViewConfiguration
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.0 #
- Add support for Interactive Widgets on iOS
- Rename
registerBackgroundCallback
toregisterInteractivityCallback
- Restructure README
0.3.1 #
- fix: Fix Null Pointer when Saving
renderFlutterWidget
by milindgoel15 in #182 - fix: Update Gradle to 8 by milindgoel15 in #155
- docs: Fix syntax error in readme code example by mattrltrent in #154
- fix: Handle null check on Android when checking CallbackInformation by eliasto in #172
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 #
- Fix example annotation #115 by ColinSchmale
0.2.0 #
- Fix missing
@pragma("vm:entry-point")
for Background Callbacks #99 by linziyou0601 - Update HomeWidgetBackgroundService.kt #98 by roly151
- README Improvements by aaronkelton and hadysata
0.1.6 #
- Allow the specification of fully qualified android name #62 by NicolaVerbeeck
Fixes #
- 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
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 relating to
initiallyLaunchedFromHomeWidget
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 #
- 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