hybrid_core_darwin 0.5.0
hybrid_core_darwin: ^0.5.0 copied to clipboard
iOS an macOS implementation of the hybrid_core plugin.
0.5.0 #
- Add example.
- Move
DarwinPlatformtoDarwinImpl. - Move
iOSPlatformtoiOSImpl. - Move
macOSPlatformtomacOSImpl.
0.3.1 #
- Optimize project structure.
0.3.0 #
- Implement
hybrid_core_platform_interface0.3.1. - Move
HybridCoreDarwintoHybridCoreDarwinPlugin.
0.2.0 #
- Add
DarwinPlatformclass. - Add
iOSPlatformclass. - Add
macOSPlatformclass. - Add
Darwinclass. - Add
iOSclass. - Add
macOSclass. - Add
DarwinVersionclass. - Move
OSPlatformImpltoDarwinPlatform. - Remove
DarwinImplclass.
0.1.0 #
- Move
DarwinOSImpltoDarwinImpl.
0.0.3 #
- Fix the issue that
OS#atLeastVersionalways returns true.
0.0.2 #
- Fix
OSPlatform.instancethrows UnimplementedError.
0.0.1 #
- Implement
OSPlatforminterface.