hybrid_core 0.3.0 copy "hybrid_core: ^0.3.0" to clipboard
hybrid_core: ^0.3.0 copied to clipboard

The core library of the Hybrid SDK.

0.3.0 #

  • Add LogController interface.
  • Add LoggerProvider and LoggerController mixin.
  • Move OS#renderWidgetToMemory to renderWidgetToMemory.
  • Move OS factory constructor to OS#instance.

0.2.0 #

  • Support Windows.
  • Support Linux.
  • Add OS#renderWidgetToMemory method.

0.1.0 #

  • Move AndroidOS to Android.
  • Move DarwinOS to Darwin.
  • Move DarwinOSVersion to DarwinVersion.

0.0.3 #

  • macOS Fix the issue that OS#atLeastVersion always returns true.

0.0.2 #

  • Fix OSPlatform.instance throws UnimplementedError.

0.0.1 #

  • Add OS class.