Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 617 Bytes

File metadata and controls

25 lines (14 loc) · 617 Bytes

1.1.0-nullsafety.1

  • Bump Dart SDK to support null safety.

1.1.0-nullsafety

  • 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 (flutter/flutter#46941).

1.0.0 - Initial release.

  • Provides PlatformInterface with common mechanism for enforcing that a platform interface is not implemented with implements.
  • Provides test only MockPlatformInterface to enable using Mockito to mock platform interfaces.