flutter_maui_bridge 1.0.1 copy "flutter_maui_bridge: ^1.0.1" to clipboard
flutter_maui_bridge: ^1.0.1 copied to clipboard

A simple dart bridge library to link flutter and .net maui.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_maui_bridge

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  flutter_maui_bridge: ^1.0.1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:flutter_maui_bridge/flutter_bridge.dart';
import 'package:flutter_maui_bridge/proto/flutter_maui_bridge.pb.dart';
import 'package:flutter_maui_bridge/proto/flutter_maui_bridge.pbenum.dart';
import 'package:flutter_maui_bridge/proto/flutter_maui_bridge.pbjson.dart';
import 'package:flutter_maui_bridge/proto/flutter_maui_bridge.pbserver.dart';
2
likes
130
points
35
downloads

Publisher

verified publisherexpandx.cn

Weekly Downloads

A simple dart bridge library to link flutter and .net maui.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

fixnum, flutter, protobuf, synchronized, web_socket_channel

More

Packages that depend on flutter_maui_bridge