plugin_platform_interface 1.0.0 plugin_platform_interface: ^1.0.0 copied to clipboard
Reusable base class for Flutter plugin platform interfaces.
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.