migratorydata_client_dart_v6 1.0.6 migratorydata_client_dart_v6: ^1.0.6 copied to clipboard
This MigratoryData client library is written in Dart. One important use of this library is that it allows you to use the Flutter framework for building realtime applications natively compiled for mobi [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add migratorydata_client_dart_v6
With Flutter:
$ flutter pub add migratorydata_client_dart_v6
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
migratorydata_client_dart_v6: ^1.0.6
Alternatively, your editor might support dart pub get
or flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:migratorydata_client_dart_v6/client.dart';