Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

[android_alarm_manager] Bump version for NNBD stable #3608

Merged
merged 4 commits into from
Feb 23, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/android_alarm_manager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 2.0.0-nullsafety
## 2.0.0

* Migrate to null safety.

Expand Down
10 changes: 5 additions & 5 deletions packages/android_alarm_manager/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,22 @@ dependencies:
# The example app is bundled with the plugin so we use a path dependency on
# the parent directory to use the current plugin's version.
path: ../
shared_preferences: ^2.0.0-nullsafety
shared_preferences: ^2.0.0
integration_test:
path: ../../integration_test
path_provider: ^2.0.0-nullsafety
path_provider: ^2.0.0

dev_dependencies:
espresso: ^0.0.1+3
flutter_driver:
sdk: flutter
flutter_test:
sdk: flutter
pedantic: ^1.8.0
pedantic: ^1.10.0

flutter:
uses-material-design: true

environment:
sdk: '>=2.12.0-0 <3.0.0'
flutter: ">=1.12.13+hotfix.5"
sdk: '>=2.12.0-259.9.beta <3.0.0'
flutter: ">=1.20.0"
8 changes: 4 additions & 4 deletions packages/android_alarm_manager/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: android_alarm_manager
description: Flutter plugin for accessing the Android AlarmManager service, and
running Dart code in the background when alarms fire.
version: 2.0.0-nullsafety
version: 2.0.0
homepage: https://github.com/flutter/plugins/tree/master/packages/android_alarm_manager

dependencies:
Expand All @@ -11,7 +11,7 @@ dependencies:
dev_dependencies:
flutter_test:
sdk: flutter
pedantic: ^1.8.0
pedantic: ^1.10.0

flutter:
plugin:
Expand All @@ -21,5 +21,5 @@ flutter:
pluginClass: AndroidAlarmManagerPlugin

environment:
sdk: '>=2.12.0-0 <3.0.0'
flutter: ">=1.12.13+hotfix.5"
sdk: '>=2.12.0-259.9.beta <3.0.0'
flutter: ">=1.20.0"