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

Commit

Permalink
Migrate plugin_platform_interface to v2 stable, null-safe
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo committed Feb 18, 2021
1 parent f784207 commit bb2fc2d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 14 deletions.
10 changes: 1 addition & 9 deletions packages/plugin_platform_interface/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
## 1.1.0-nullsafety.2

* Use Mockito null safe.

## 1.1.0-nullsafety.1

* Bump Dart SDK to support null safety.

## 1.1.0-nullsafety
## 2.0.0

* Migrate to null safety.

Expand Down
10 changes: 5 additions & 5 deletions packages/plugin_platform_interface/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@ description: Reusable base class for Flutter plugin platform interfaces.
# be done when absolutely necessary and after the ecosystem has already migrated to 1.X.Y version
# that is forward compatible with 2.0.0 (ideally the ecosystem have migrated to depend on:
# `plugin_platform_interface: >=1.X.Y <3.0.0`).
version: 1.1.0-nullsafety.2
version: 2.0.0

repository: https://github.com/flutter/plugins/tree/master/packages/plugin_platform_interface

environment:
sdk: ">=2.12.0-0 <3.0.0"

dependencies:
meta: ^1.3.0-nullsafety.3
meta: ^1.3.0

dev_dependencies:
mockito: ^5.0.0-nullsafety.2
test: ^1.10.0-nullsafety.1
pedantic: ^1.10.0-nullsafety.1
mockito: ^5.0.0-nullsafety.7
test: ^1.16.0
pedantic: ^1.10.0

0 comments on commit bb2fc2d

Please sign in to comment.