webmcp_flutter 0.1.1 copy "webmcp_flutter: ^0.1.1" to clipboard
webmcp_flutter: ^0.1.1 copied to clipboard

A detection-first WebMCP tool registry and widget lifecycle layer for Flutter web applications.

example/lib/main.dart

import 'package:flutter/material.dart';

import 'example_screen.dart';

void main() {
  runApp(const WebMcpPilotExample());
}

/// The example application.
final class WebMcpPilotExample extends StatelessWidget {
  /// Creates the example application.
  const WebMcpPilotExample({super.key});

  @override
  Widget build(BuildContext context) {
    return const MaterialApp(home: ExampleScreen());
  }
}
3
likes
0
points
380
downloads

Publisher

verified publisherortal83cohen.is-a.dev

Weekly Downloads

A detection-first WebMCP tool registry and widget lifecycle layer for Flutter web applications.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, web

More

Packages that depend on webmcp_flutter