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

PlatformiOSmacOS

Drive the real Nomos GitHolon from a Flutter app — a local-first domain runtime. Every platform acquires and retains the same provider-selected compatible WASM; Apple executes it through the resident [...]

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
110
points
3.93k
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Drive the real Nomos GitHolon from a Flutter app — a local-first domain runtime. Every platform acquires and retains the same provider-selected compatible WASM; Apple executes it through the resident DrumBrake host. Write TypeScript domains, get a typesafe Dart client, build Flutter widgets.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

crypto, ffi, fixnum, flutter, flutter_inappwebview, flutter_js, meta, nomos_client, nomos_types, path_provider, web, xml

More

Packages that depend on nomos_flutter

Packages that implement nomos_flutter