blueconic_flutter 1.0.1 copy "blueconic_flutter: ^1.0.1" to clipboard
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_flutter

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

dependencies:
  blueconic_flutter: ^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: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';
0
likes
140
points
117
downloads

Publisher

verified publisherpubdev.blueconic.com

Weekly Downloads

BlueConic Flutter plugin for integrating with the BlueConic platform.

Homepage

Documentation

API reference

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on blueconic_flutter

Packages that implement blueconic_flutter