hybrid_core 0.5.1 hybrid_core: ^0.5.1 copied to clipboard
The core library of the Hybrid SDK.
0.5.1 #
- Downgrade the flutter SDK version to
3.0.0
.
0.5.0 #
- Optimize project structure.
0.3.0 #
- Add
LogController
interface. - Add
LoggerProvider
andLoggerController
mixin. - Move
OS#renderWidgetToMemory
torenderWidgetToMemory
. - Move
OS
factory constructor toOS#instance
.
0.2.0 #
- Support Windows.
- Support Linux.
- Add
OS#renderWidgetToMemory
method.
0.1.0 #
- Move
AndroidOS
toAndroid
. - Move
DarwinOS
toDarwin
. - Move
DarwinOSVersion
toDarwinVersion
.
0.0.3 #
macOS
Fix the issue thatOS#atLeastVersion
always returns true.
0.0.2 #
- Fix
OSPlatform.instance
throws UnimplementedError.
0.0.1 #
- Add
OS
class.