dartway_studio_binding 0.1.1
dartway_studio_binding: ^0.1.1 copied to clipboard
The app half of the DartWay Studio wiring: one widget that attaches the bridge, reports route, features, session and language, and executes what Studio asks.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add dartway_studio_bindingThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
dartway_studio_binding: ^0.1.1Alternatively, 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:dartway_studio_binding/dartway_studio_binding.dart';