dash_shield 0.0.1 copy "dash_shield: ^0.0.1" to clipboard
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_shield

With Flutter:

 $ flutter pub add dash_shield

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  dash_shield: ^0.0.1

Alternatively, 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';
8
likes
0
points
5
downloads

Publisher

verified publisherahmedayman.info

Weekly Downloads

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 managing `print` statements, helping streamline development workflows and protect sensitive data in production environments.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

dartdoc, dio, dio_http_formatter, flutter, flutter_web_plugins, fluttertoast, freerasp, interact, plugin_platform_interface, screen_protector, web

More

Packages that depend on dash_shield

Packages that implement dash_shield