- Update package description.
- Fix
federated flutter pluginslink in the README.md.
- Migrate to null safety.
- Fix homepage in
pubspec.yaml.
- Make the pedantic dev_dependency explicit.
- Fixed a bug that made all platform interfaces appear as mocks in release builds (flutter/flutter#46941).
- Provides
PlatformInterfacewith common mechanism for enforcing that a platform interface is not implemented withimplements. - Provides test only
MockPlatformInterfaceto enable using Mockito to mock platform interfaces.