holy_sheet 0.0.1 copy "holy_sheet: ^0.0.1" to clipboard
holy_sheet: ^0.0.1 copied to clipboard

outdated

A Flutter sheet & panel widget that's good as hell.

holy_sheet #

A Flutter sheet & panel widget that's good as hell.

Use it to build something like:

  • Spotify's currently playing sheet
  • Material Bottom Sheet, but from the top of the screen
  • Apple's NFC / Apple Pay modals

HolySheet respects the following conventions:

  1. The sheet is always modal.
  2. The sheet is always draggable.
  3. The sheet passes its constraints to its child, which it then sizes using a FractionallySizedBox.
  4. The sheet expects that all scrollable areas within itself respect the gesture arena and declare defeat when reasonable.

Install #

dependencies:
  holy_sheet: ^0.0.1

Usage #

import 'package:holy_sheet/holy_sheet.dart';

// ... somewhere in your widget tree


9
likes
0
pub points
0%
popularity

Publisher

verified publisherbydot.app

A Flutter sheet & panel widget that's good as hell.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on holy_sheet