File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed
packages/android_alarm_manager_plus Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## 2.0.7
2
+
3
+ - Add pragma('vm: entry-point ') to alarm manager callback to avoid tree shaking.
4
+
1
5
## 2.0.6+1
2
6
3
7
- Add issue_tracker link.
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ const String _backgroundName =
18
18
// from the native portion of the plugin. This allows for the plugin to perform
19
19
// any necessary processing in Dart (e.g., populating a custom object) before
20
20
// invoking the provided callback.
21
+ @pragma ('vm:entry-point' )
21
22
void _alarmManagerCallbackDispatcher () {
22
23
// Initialize state necessary for MethodChannels.
23
24
WidgetsFlutterBinding .ensureInitialized ();
Original file line number Diff line number Diff line change 1
1
name : android_alarm_manager_plus
2
2
description : Flutter plugin for accessing the Android AlarmManager service, and
3
3
running Dart code in the background when alarms fire.
4
- version : 2.0.6+1
4
+ version : 2.0.7
5
5
homepage : https://plus.fluttercommunity.dev/
6
6
repository : https://github.com/fluttercommunity/plus_plugins/tree/main/packages/
7
7
issue_tracker : https://github.com/fluttercommunity/plus_plugins/labels/android_alarm_manager_plus
You can’t perform that action at this time.
0 commit comments