multiple_bottom_sheets 0.0.4
multiple_bottom_sheets: ^0.0.4 copied to clipboard
multi bottomsheet tabs
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add multiple_bottom_sheetsThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
multiple_bottom_sheets: ^0.0.4Alternatively, 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:multiple_bottom_sheets/multiple_bottom_sheets.dart';