robylon_flutter_sdk 0.0.1-staging.1 copy "robylon_flutter_sdk: ^0.0.1-staging.1" to clipboard
robylon_flutter_sdk: ^0.0.1-staging.1 copied to clipboard

Flutter SDK for Robylon - same logic and functionality as robylon-react-native-sdk.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add robylon_flutter_sdk

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

dependencies:
  robylon_flutter_sdk: ^0.0.1-staging.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:robylon_flutter_sdk/robylon_flutter_sdk.dart';