inlay_gen 0.1.1
inlay_gen: ^0.1.1 copied to clipboard
Code generator for the inlay add-to-app framework - produces type-safe route and store classes for Dart, Kotlin, and Swift from annotated schemas.
0.1.1 #
- Documentation and example improvements
0.1.0 #
- Initial release
- Generates type-safe route classes for Dart, Kotlin, and Swift from
@InlayFlutterRoute,@InlayFlutterDialog, and@InlayNativeRouteannotations - Generates typed store wrappers and immutable snapshots from
@InlayStore/@InlayStoreKeyschemas - Typed result plumbing (
pushForResult,popWithResult,encodeResult/decodeResult) for routes declaringresult: - Schema fingerprint embedded in all three languages for automatic drift detection
- Works as a build_runner builder and as a standalone CLI (
dart run inlay_gen:inlay_gen)