fullstory_flutter 0.0.1 copy "fullstory_flutter: ^0.0.1" to clipboard
fullstory_flutter: ^0.0.1 copied to clipboard

Fullstory for Flutter mobile apps

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add fullstory_flutter

With Flutter:

 $ flutter pub add fullstory_flutter

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

dependencies:
  fullstory_flutter: ^0.0.1

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:fullstory_flutter/fs.dart';
import 'package:fullstory_flutter/fs_log_level.dart';
import 'package:fullstory_flutter/fs_status_listener.dart';
import 'package:fullstory_flutter/fullstory_flutter_method_channel.dart';
import 'package:fullstory_flutter/fullstory_flutter_platform_interface.dart';