auto_interop
Runtime library for auto_interop — provides platform channel management, type conversion, and error handling for auto-generated native bindings.
What this package is like to depend on
Last release 5 months ago
04 Mar 2026
Too new to tell
only 1 release windows
Nearly every release is documented
notes for 5 of 5 stable releases
Nothing withdrawn
no release was ever pulled
5 months old
5 releases · first in 2026
5 releases in the last 12 months
see the full history below
Release timeline
5 releases · Feb 2026 to Mar 2026Releases
latest 5-
0.2.504 Mar 2026Release notes
Open source →The generator example requires Flutter SDK, so dart pub get fails
without --no-example. Also skip integration tests that need Flutter.Release notes
Open source →- Version bump to accompany
auto_interop_generator0.2.5 (no runtime changes).
- Version bump to accompany
-
0.2.304 Mar 2026Release notes
Open source →- Version bump to accompany
auto_interop_generator0.2.4 (no runtime changes).
- Version bump to accompany
-
0.2.202 Mar 2026Release notes
Open source →- Preserve multi-line doc comments (/// and /** */) instead of collapsing
- Skip duplicate create method when already emitted as factory constructor
- Skip fields/constructor/fromMap/toMap for abstract interface classes
- Parse nested enums/structs/classes and resolve dotted type refs (SHA2.Variant → SHA2Variant)
- Make constructorParameters nullable to distinguish no-init from parameterless-init
- Deduplicate methods in Swift and Kotlin glue generators
Release notes
Open source →- Version bump to accompany
auto_interop_generator0.2.2 (no runtime changes).
-
0.2.102 Mar 2026Release notes
Open source →The auto_interop package requires the Flutter SDK, so the publish-runtime
job must use flutter-action and flutter pub publish instead of dart pub.Release notes
Open source →- Fix dartdoc crash by adding missing category markdown files (
doc/categories/). - Include
example/in published package for pub.dev scoring.
- Fix dartdoc crash by adding missing category markdown files (
-
0.2.027 Feb 2026Release notes
Open source →- No runtime changes. This release accompanies
auto_interop_generator0.2.0 which adds AST-based parsing for near-100% reliability.
- No runtime changes. This release accompanies