bubbles_sheet 0.1.0
bubbles_sheet: ^0.1.0 copied to clipboard
Pill-shouldered, iOS-26-style modal bottom sheets for Flutter — detents, edge-flush corners, sticky CTAs and a themeable chrome, built on smooth_sheets.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add bubbles_sheetWith Flutter:
$ flutter pub add bubbles_sheetThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
bubbles_sheet: ^0.1.0Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:bubbles_sheet/bubbles_sheet.dart';