liquidglass_container 1.0.2
liquidglass_container: ^1.0.2 copied to clipboard
A beautiful Apple-26 style container with glass distortion (not just Gaussian blur) and light effects. It supports smooth corners and shadows. Supports WEB and ANDROID.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add liquidglass_container
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
liquidglass_container: ^1.0.2
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:liquidglass_container/liquidglass_container.dart';