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
LogControllerinterface. - Add
LoggerProviderandLoggerControllermixin. - Move
OS#renderWidgetToMemorytorenderWidgetToMemory. - Move
OSfactory constructor toOS#instance.
0.2.0 #
- Support Windows.
- Support Linux.
- Add
OS#renderWidgetToMemorymethod.
0.1.0 #
- Move
AndroidOStoAndroid. - Move
DarwinOStoDarwin. - Move
DarwinOSVersiontoDarwinVersion.
0.0.3 #
macOSFix the issue thatOS#atLeastVersionalways returns true.
0.0.2 #
- Fix
OSPlatform.instancethrows UnimplementedError.
0.0.1 #
- Add
OSclass.