flutter_milibris_ios 0.2.1 copy "flutter_milibris_ios: ^0.2.1" to clipboard
flutter_milibris_ios: ^0.2.1 copied to clipboard

PlatformiOS
unlisted

iOS implementation of the flutter_milibris plugin

flutter_milibris_ios #

The iOS implementation of flutter_milibris.

Overview #

This package is endorsed, so it is automatically included when you depend on flutter_milibris. You do not need to add it directly.

It uses ffigen-generated bindings and the objective_c package to call into the MiLibrisReaderSDK (distributed as an xcframework via Swift Package Manager):

  • extractArchive — extracts a Milibris archive via MLArchive.extract(_:inDirectory:error:).
  • open — calls the native milibris_open_reader C function (defined in the Swift bridge) to launch the reader UI.