clearsale_fingerprint 1.0.0-dev.2
clearsale_fingerprint: ^1.0.0-dev.2 copied to clipboard
Plugin para viabilizar a fingerprint no Flutter utilizando os plugins nativos oficiais da Clearsale
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add clearsale_fingerprintThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
clearsale_fingerprint: ^1.0.0-dev.2Alternatively, 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:clearsale_fingerprint/clearsale_fingerprint.dart';