hybrid_core_darwin 0.3.0 hybrid_core_darwin: ^0.3.0 copied to clipboard
iOS an macOS implementation of the hybrid_core plugin.
0.3.0 #
- Implement
hybrid_core_platform_interface
0.3.1. - Move
HybridCoreDarwin
toHybridCoreDarwinPlugin
.
0.2.0 #
- Add
DarwinPlatform
class. - Add
iOSPlatform
class. - Add
macOSPlatform
class. - Add
Darwin
class. - Add
iOS
class. - Add
macOS
class. - Add
DarwinVersion
class. - Move
OSPlatformImpl
toDarwinPlatform
. - Remove
DarwinImpl
class.
0.1.0 #
- Move
DarwinOSImpl
toDarwinImpl
.
0.0.3 #
- Fix the issue that
OS#atLeastVersion
always returns true.
0.0.2 #
- Fix
OSPlatform.instance
throws UnimplementedError.
0.0.1 #
- Implement
OSPlatform
interface.