auto_interop 0.2.5
auto_interop: ^0.2.5 copied to clipboard
Runtime library for auto_interop — provides platform channel management, type conversion, and error handling for auto-generated native bindings.
0.2.5 #
- Version bump to accompany
auto_interop_generator0.2.5 (no runtime changes).
0.2.3 #
- Version bump to accompany
auto_interop_generator0.2.4 (no runtime changes).
0.2.2 #
- Version bump to accompany
auto_interop_generator0.2.2 (no runtime changes).
0.2.1 #
- Fix dartdoc crash by adding missing category markdown files (
doc/categories/). - Include
example/in published package for pub.dev scoring.
0.2.0 #
- No runtime changes. This release accompanies
auto_interop_generator0.2.0 which adds AST-based parsing for near-100% reliability.
0.1.0 #
- Initial release.
AutoInteropChannelfor typed method channel invocations.AutoInteropEventChannelfor stream support via Flutter EventChannels.CallbackManagerfor Dart-to-native callback registration.NativeObject<T>for opaque native object handles.AutoInteropLifecyclefor runtime initialization and disposal.TypeConverterfor platform channel type encoding/decoding.ErrorHandlerwithAutoInteropExceptionfor error handling.