Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
use min dependencies and add battery to nnbd plugin list
  • Loading branch information
bparrishMines committed Jan 7, 2021
commit 293dd97e32f41a8f8a2a4fdc2d0473f31951bea4
2 changes: 1 addition & 1 deletion packages/battery/battery/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dev_dependencies:
sdk: flutter
integration_test:
path: ../../../integration_test
pedantic: ^1.8.0
pedantic: ^1.10.0-nullsafety

flutter:
uses-material-design: true
Expand Down
6 changes: 3 additions & 3 deletions packages/battery/battery/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ flutter:
dependencies:
flutter:
sdk: flutter
meta: ^1.3.0-nullsafety.6
meta: ^1.3.0-nullsafety
battery_platform_interface:
git:
url: https://github.com/bparrishMines/plugins.git
Expand All @@ -27,10 +27,10 @@ dev_dependencies:
mockito: ^5.0.0-nullsafety.0
flutter_test:
sdk: flutter
plugin_platform_interface: ^1.0.0
plugin_platform_interface: ^1.1.0-nullsafety
integration_test:
path: ../../integration_test
pedantic: ^1.8.0
pedantic: ^1.10.0-nullsafety

environment:
sdk: ">=2.12.0-0 <3.0.0"
Expand Down
1 change: 1 addition & 0 deletions script/nnbd_plugins.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

readonly NNBD_PLUGINS_LIST=(
"android_intent"
"battery"
"connectivity"
"device_info"
"flutter_plugin_android_lifecycle"
Expand Down