apliarte_glass_theme 0.3.10
apliarte_glass_theme: ^0.3.10 copied to clipboard
Misma API que Material 3, con identidad visual glass propia. Componentes: AppBar, Card, NavigationBar, BottomAppBar, AlertDialog, FloatingActionButton, BottomSheet, Drawer. Sin refactorizar widgets.
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.3.10Alternatively, 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';