https://pub.dev/api/packages/plugin_platform_interface/feed.atomRecently published versions of package plugin_platform_interface on pub.dev2024-01-04T03:51:50.934076Zflutter.devPub Feed GeneratorReusable base class for platform interfaces of Flutter federated plugins, to help enforce best practices.urn:uuid:242dfc7f-fcd9-47df-b8aa-757334750a53v2.1.8 of plugin_platform_interface2024-01-04T03:51:50.934076Z2.1.8 was published on Jan 4, 2024.
Changelog excerpt:
- Fixes new lint warnings.urn:uuid:008cd2ad-b8a1-4194-ba25-53841aaa1fe9v2.1.7 of plugin_platform_interface2023-11-17T21:13:01.146066Z2.1.7 was published on Nov 17, 2023.
Changelog excerpt:
- Changes `MockPlatformInterfaceMixin`to a `mixin class`for better compatibility with projects that have a minumum Dart SDK version of 3.0.
- Updates minimum supported SDK version to Dart 3.0.urn:uuid:1a368880-5a7c-49be-b3af-e51dbf5236aav2.1.6 of plugin_platform_interface2023-08-30T15:08:36.570873Z2.1.6 was published on Aug 30, 2023.
Changelog excerpt:
- Adds pub topics to package metadata.
- Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.urn:uuid:3966ed12-fe27-4eaf-a76e-420f6ef74244v2.1.5 of plugin_platform_interface2023-07-20T21:54:42.354911Z2.1.5 was published on Jul 20, 2023.
Changelog excerpt:
- Updates README to improve example and discuss `base`.
- Updates minimum Flutter version to 3.3.urn:uuid:83188ce0-05fa-47f9-a89d-9e795569e9b0v2.1.4 of plugin_platform_interface2023-02-22T20:36:30.219631Z2.1.4 was published on Feb 22, 2023.
Changelog excerpt:
- Updates links for the merge of flutter/plugins into flutter/packages.
- Updates minimum supported Dart version.urn:uuid:af05c9d4-3b1b-4e8b-8b46-fd6a06923540v2.1.3 of plugin_platform_interface2022-09-15T17:41:17.026252Z2.1.3 was published on Sep 15, 2022.
Changelog excerpt:
- Minor fixes for new analysis options.
- Adds additional tests for `PlatformInterface`and `MockPlatformInterfaceMixin`.
- Modifies `PlatformInterface`to use an expando for detecting if a customer tries to implement PlatformInterface using `implements`rather than `extends`. This ensures that `verify`will continue to work as advertized after [https://github.com/dart-lang/language/issues/2020](https://github.com/dart-lang/language/issues/2020)is implemented.urn:uuid:aa5e22eb-85e4-4c26-a31d-c498e32b21c1v2.1.2 of plugin_platform_interface2022-01-08T00:38:42.507785Z2.1.2 was published on Jan 8, 2022.
Changelog excerpt:
- Updates README to demonstrate `verify`rather than `verifyToken`, and to note that the test mixin applies to fakes as well as mocks.
- Adds an additional test for `verifyToken`.urn:uuid:d222e0c4-a922-434b-aa26-b1edf03646b3v2.1.1 of plugin_platform_interface2022-01-07T18:04:22.273001Z2.1.1 was published on Jan 7, 2022.
Changelog excerpt:
- Fixes `verify`to work with fake objects, not just mocks.urn:uuid:74b719f2-b96e-4263-b168-111a4755d1e9v2.1.0 of plugin_platform_interface2022-01-06T02:16:01.769147Z2.1.0 was published on Jan 6, 2022.
Changelog excerpt:
- Introduce `verify`, which prevents use of `const Object()`as instance token.
- Add a comment indicating that `verifyToken`will be deprecated in a future release.urn:uuid:d4dd8c3c-404c-4cb0-b8b2-caf30df04467v2.0.2 of plugin_platform_interface2021-09-30T18:51:18.482380Z2.0.2 was published on Sep 30, 2021.
Changelog excerpt:
- Update package description.