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

outdated

ObscureWidget blurs its child when the screen is being captured. gives extra control to add custom handling when the screen is recorded.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add obscure_widget

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

dependencies:
  obscure_widget: ^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:obscure_widget/obscure_widget.dart';
27
likes
0
points
9
downloads

Publisher

unverified uploader

Weekly Downloads

ObscureWidget blurs its child when the screen is being captured. gives extra control to add custom handling when the screen is recorded.

Homepage
Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (license)

Dependencies

flutter

More

Packages that depend on obscure_widget

Packages that implement obscure_widget