dash_shield 0.0.1
dash_shield: ^0.0.1 copied to clipboard
Dash Shield is a comprehensive Flutter plugin designed to enhance app security by preventing screenshots, enforcing SSL pinning, and performing app integrity checks. It also provides tools for managin [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add dash_shieldWith Flutter:
$ flutter pub add dash_shieldThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
dash_shield: ^0.0.1Alternatively, 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:dash_shield/dash_shield.dart';