hybrid_core 0.2.0
hybrid_core: ^0.2.0 copied to clipboard
The core library of the Hybrid SDK.
0.0.1 #
- Add
OS
class.
0.0.2 #
- Fix
OSPlatform.instance
throws UnimplementedError.
0.0.3 #
macOS
Fix the issue thatOS#atLeastVersion
always returns true.
0.1.0 #
- Move
AndroidOS
toAndroid
. - Move
DarwinOS
toDarwin
. - Move
DarwinOSVersion
toDarwinVersion
.
0.2.0 #
- Support Windows.
- Support Linux.
- Add
OS#renderWidgetToMemory
method.