coffrify_flutter 0.9.0
coffrify_flutter: ^0.9.0 copied to clipboard
Flutter integration for the Coffrify SDK: secure API key storage, an InheritedWidget provider, and a ready-made transfer preview widget.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add coffrify_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
coffrify_flutter: ^0.9.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:coffrify_flutter/coffrify_flutter.dart';