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

[plugin_platform_interface] Migrate to v2 stable, null-safe #3543

Merged
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
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