flutter_scroll_bottom_sheet 1.2.1 copy "flutter_scroll_bottom_sheet: ^1.2.1" to clipboard
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_sheet

This 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.1

Alternatively, 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';
1
likes
160
points
128
downloads

Publisher

verified publisherttangkong.dev

Weekly Downloads

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.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, flutter_appbar

More

Packages that depend on flutter_scroll_bottom_sheet