water_fx 1.0.13 copy "water_fx: ^1.0.13" to clipboard
water_fx: ^1.0.13 copied to clipboard

A library for adding water effects to Flutter apps. Wrap any widget with a WaterFXContainer, and it will seem to be under water when touched.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add water_fx

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

dependencies:
  water_fx: ^1.0.13

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:water_fx/water_fx.dart';
5
likes
160
points
610
downloads

Publisher

unverified uploader

Weekly Downloads

A library for adding water effects to Flutter apps. Wrap any widget with a WaterFXContainer, and it will seem to be under water when touched.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on water_fx