hybrid_core_platform_interface 0.5.1 hybrid_core_platform_interface: ^0.5.1 copied to clipboard
A common platform interface for the hybrid_core plugin.
0.5.1 #
- Remove
logging
package. - Remove
ui
package.
0.5.0 #
- Move
NativeOS
toOSImpl
.
0.4.0 #
- Add
interface
andbase
keyword to corresponding classes. - Move
OSPlatform
toNativeOS
.
0.3.1 #
- Remove
OS#renderWidgetToMemory
.
0.3.0 #
- Add
LogController
interface. - Add
LoggerProvider
andLoggerController
mixin. - Move
OS#renderWidgetToMemory
torenderWidgetToMemory
. - Move
OS
factory constructor toOS#instance
.
0.2.0 #
- Add
OS#renderWidgetToMemory
method. - Remove
OSPlatform#os
property. - Remove
Android
class. - Remove
Darwin
class. - Remove
iOS
class. - Remove
macOS
class. - Remove
DarwinVersion
class.
0.1.0 #
- Move
AndroidOS
toAndroid
. - Move
DarwinOS
toDarwin
. - Move
DarwinOSVersion
toDarwinVersion
.
0.0.1 #
- Add
OSPlatform
interface.