flutter_scroll_bottom_sheet 1.2.1
flutter_scroll_bottom_sheet: ^1.2.1 copied to clipboard
This package provides a flexible bottom sheet, built on top of the flutter_appbar package, that syncs with scroll events instead of relying only on gestures.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flutter_scroll_bottom_sheetThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
flutter_scroll_bottom_sheet: ^1.2.1Alternatively, 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:flutter_scroll_bottom_sheet/components/bottom_sheet.dart';
import 'package:flutter_scroll_bottom_sheet/components/bottom_sheet_config.dart';
import 'package:flutter_scroll_bottom_sheet/components/bottom_sheet_route.dart';
import 'package:flutter_scroll_bottom_sheet/flutter_bottom_sheet.dart';
import 'package:flutter_scroll_bottom_sheet/widgets/render_bottom_sheet.dart';