sole_sheet 0.1.2
sole_sheet: ^0.1.2 copied to clipboard
A premium glass bottom sheet for Flutter — floating 3D badge, staggered reveals, confetti, light/dark/glassy surfaces and RTL-aware text. Zero dependencies.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add sole_sheetThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
sole_sheet: ^0.1.2Alternatively, 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:sole_sheet/sole_sheet.dart';