nomos_flutter 0.17.0
nomos_flutter: ^0.17.0 copied to clipboard
Drive the real Nomos GitHolon from a Flutter app — a local-first domain runtime. iOS runs the native-AOT kernel (no WebView memory cap); Android/macOS use a hidden secure WebView. Write TypeScript dom [...]
0.17.0 #
- FIX the invalid plugin spec that broke
0.16.2on pub.dev: Android/macOS were declared with the legacypluginClass: none, which current Flutter rejects. They are now correctly OMITTED from the plugin block (consumed as a plain Dart package on those platforms; iOS keeps the native-AOT kernel plugin).0.16.2cannot be overwritten, so this is the corrected republish — pin^0.17.0(not the broken0.16.2). - Depend on
nomos_client: ^0.17.0(lockstep birth-primitive release).
0.16.2 #
- Restore Android + macOS support (hidden-WebView engine); iOS keeps the native-AOT kernel.
- Depend on the renamed
nomos_client(wasnomos_dsl).
0.1.0 #
- Initial release.
NomosScopeboots the real Nomos GitHolon (the byte-identicalwasm32-wasip1artifact) inside a hidden, secure WebView host and hands your builder a connectedNomosClient— drive it with the typed Dart clientnomos compilegenerates. - Hosts the runner over a loopback
http://127.0.0.1origin (a secure context, socrypto.subtle+ storage work) viaflutter_inappwebview— the robust WKWebView/Android-WebView embedding. macOS/iOS/Android/web.