barrier_around 1.0.1 copy "barrier_around: ^1.0.1" to clipboard
barrier_around: ^1.0.1 copied to clipboard

A Flutter package that creates a completely customizable barrier around any widget, no matter where it is.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add barrier_around

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

dependencies:
  barrier_around: ^1.0.1

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:barrier_around/barrier_around.dart';
3
likes
160
pub points
62%
popularity

Publisher

verified publishertheflutterist.com

A Flutter package that creates a completely customizable barrier around any widget, no matter where it is.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on barrier_around