Skip to content

Commit

Permalink
[path_provider] Update macOS for NNBD (flutter#3498)
Browse files Browse the repository at this point in the history
macOS federated plugin implementations that contain no Dart code just
need their Dart SDK bumped in order to be considered nullsafe.
  • Loading branch information
stuartmorgan authored and adsonpleal committed Feb 26, 2021
1 parent e283c3b commit 6c47eeb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions packages/path_provider/path_provider_macos/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.5-nullsafety

* Update Dart SDK constraint for null safety.

## 0.0.4+9

* Remove placeholder Dart file.
Expand Down
4 changes: 2 additions & 2 deletions packages/path_provider/path_provider_macos/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: macOS implementation of the path_provider plugin
# 0.0.y+z is compatible with 1.0.0, if you land a breaking change bump
# the version to 2.0.0.
# See more details: https://github.com/flutter/flutter/wiki/Package-migration-to-1.0.0
version: 0.0.4+9
version: 0.0.5-nullsafety
homepage: https://github.com/flutter/plugins/tree/master/packages/path_provider/path_provider_macos

flutter:
Expand All @@ -13,7 +13,7 @@ flutter:
pluginClass: PathProviderPlugin

environment:
sdk: ">=2.1.0 <3.0.0"
sdk: ">=2.12.0-0 <3.0.0"
flutter: ">=1.10.0"

dependencies:
Expand Down

0 comments on commit 6c47eeb

Please sign in to comment.