blueconic_flutter 1.0.1
blueconic_flutter: ^1.0.1 copied to clipboard
BlueConic Flutter plugin for integrating with the BlueConic platform.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add blueconic_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
blueconic_flutter: ^1.0.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:blueconic_flutter/blueconic.dart';
import 'package:blueconic_flutter/blueconic_configuration.dart';
import 'package:blueconic_flutter/blueconic_event_bus.dart';
import 'package:blueconic_flutter/blueconic_method_channel.dart';
import 'package:blueconic_flutter/blueconic_method_names.dart';
import 'package:blueconic_flutter/blueconic_native_result.dart';
import 'package:blueconic_flutter/blueconic_platform_interface.dart';
import 'package:blueconic_flutter/blueconic_segment.dart';