plugin_platform_interface 2.0.0 plugin_platform_interface: ^2.0.0 copied to clipboard
Reusable base class for Flutter plugin platform interfaces.
2.0.0 #
- Migrate to null safety.
1.0.3 #
- Fix homepage in
pubspec.yaml
.
1.0.2 #
- Make the pedantic dev_dependency explicit.
1.0.1 #
- Fixed a bug that made all platform interfaces appear as mocks in release builds (https://github.com/flutter/flutter/issues/46941).
1.0.0 - Initial release. #
- Provides
PlatformInterface
with common mechanism for enforcing that a platform interface is not implemented withimplements
. - Provides test only
MockPlatformInterface
to enable using Mockito to mock platform interfaces.