drops 0.0.5 copy "drops: ^0.0.5" to clipboard
drops: ^0.0.5 copied to clipboard

A pacakge for showing alerts like the one used when copying from pasteboard or connecting Apple pencil and the alert shown on iPhones when using the silent toggle.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add drops

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

dependencies:
  drops: ^0.0.5

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:drops/drops.dart';
56
likes
150
points
168
downloads

Publisher

unverified uploader

Weekly Downloads

A pacakge for showing alerts like the one used when copying from pasteboard or connecting Apple pencil and the alert shown on iPhones when using the silent toggle.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on drops