real_liquid_glass 0.3.0
real_liquid_glass: ^0.3.0 copied to clipboard
Real Liquid Glass containers and bottom bars. Hosts Apple's native UIGlassEffect on iOS 26+, adapts automatically to the iOS 27 transparency slider and accessibility settings, with a Flutter-drawn fro [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add real_liquid_glassThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
real_liquid_glass: ^0.3.0Alternatively, 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:real_liquid_glass/real_liquid_glass.dart';