terra_flutter 0.0.1-alpha.1
terra_flutter: ^0.0.1-alpha.1 copied to clipboard
A flutter plug-in for the native Terra library (Android and iOS).
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add terra_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
terra_flutter: ^0.0.1-alpha.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:terra_flutter/app_config.dart';
import 'package:terra_flutter/init_app_config.dart';
import 'package:terra_flutter/service_config.dart';
import 'package:terra_flutter/terra_app.dart';
import 'package:terra_flutter/terra_env.dart';