water_fx 1.0.13 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';