glass 2.0.0+2 glass: ^2.0.0+2 copied to clipboard
Allows conversion of any widget to a "glass" or "frosted glass" version of itself
Glass #
Easily convert any Widget into a glass / frosted glass version of itself, following the glassmorphism / glassmorphic design trend.
Installation #
1. Depend on it #
Add this to your package's pubspec.yaml
file:
dependencies:
glass:
2. Install it #
You can install packages from the command line:
$ pub get
..
Alternatively, your editor might support pub. Check the docs for your editor to learn more.
3. Import it #
Now in your Flutter code, you can use:
import 'package:glass/glass.dart';
Usage #
Simply call .asGlass()
For example:
Container(
child: someChild,
).asGlass()
A full example can be found in the example directory
About me #
Visit my LinkedIn at https://www.linkedin.com/in/zaca