hybrid_core 0.5.1 copy "hybrid_core: ^0.5.1" to clipboard
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 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.