fireside_flutter 0.3.0
fireside_flutter: ^0.3.0 copied to clipboard
Run a Fireside Interview inside your Flutter app as a full-screen native modal. A thin Dart wrapper over the Fireside Android and iOS SDKs.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add fireside_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
fireside_flutter: ^0.3.0Alternatively, 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:fireside_flutter/fireside_flutter.dart';