apliarte_glass_theme 0.7.0
apliarte_glass_theme: ^0.7.0 copied to clipboard
Material-safe glass theme for Flutter. The default entrypoint preserves Material API compatibility; glass widget wrappers are opt-in.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add apliarte_glass_themeThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
apliarte_glass_theme: ^0.7.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:apliarte_glass_theme/apliarte_glass_theme.dart';