nomos_flutter 0.63.56 copy "nomos_flutter: ^0.63.56" to clipboard
nomos_flutter: ^0.63.56 copied to clipboard

Drive the real Nomos GitHolon from a Flutter app — a local-first domain runtime. Apple runs the release-pinned native kernel; Android and web acquire and retain the release-pinned WASM runtime. Write [...]

example/lib/main.dart

import 'package:flutter/material.dart';

void main() => runApp(const MaterialApp(home: GeneratedApplicationExample()));

class GeneratedApplicationExample extends StatelessWidget {
  const GeneratedApplicationExample({super.key});

  @override
  Widget build(BuildContext context) => const Scaffold(
        body: Center(
          child: Text(
            'Import your generated application package and start with '
            '<Domain>Application.home(...).',
          ),
        ),
      );
}
0
likes
0
points
4.18k
downloads

Publisher

unverified uploader

Weekly Downloads

Drive the real Nomos GitHolon from a Flutter app — a local-first domain runtime. Apple runs the release-pinned native kernel; Android and web acquire and retain the release-pinned WASM runtime. Write TypeScript domains, get a typesafe Dart client, build Flutter widgets.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

crypto, ffi, flutter, flutter_inappwebview, flutter_js, nomos_client, nomos_types, path_provider, web

More

Packages that depend on nomos_flutter

Packages that implement nomos_flutter