flutter_sensitive_content 0.0.2 copy "flutter_sensitive_content: ^0.0.2" to clipboard
flutter_sensitive_content: ^0.0.2 copied to clipboard

A Flutter package for hiding the sensitive content of your app when you switch from one app to another. This way, no sensitive pieces of information are shown while the app previews.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_sensitive_content

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

dependencies:
  flutter_sensitive_content: ^0.0.2

Alternatively, 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:flutter_sensitive_content/flutter_sensitive_content.dart';
10
likes
150
pub points
55%
popularity

Publisher

unverified uploader

A Flutter package for hiding the sensitive content of your app when you switch from one app to another. This way, no sensitive pieces of information are shown while the app previews.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutter_sensitive_content