fluid_glass 0.1.23
fluid_glass: ^0.1.23 copied to clipboard
Liquid Glass backdrop effects for Flutter, with refraction, chromatic dispersion, blur, highlights and continuous-corner shapes.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add fluid_glassThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
fluid_glass: ^0.1.23Alternatively, 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:fluid_glass/fluid_glass.dart';