awesome_side_sheet 0.0.2 copy "awesome_side_sheet: ^0.0.2" to clipboard
awesome_side_sheet: ^0.0.2 copied to clipboard

| A Flutter package for displaying a modal side sheet, following the Material Design 3 specification. This package provides a customizable side sheet with a title, body, and optional header and footer [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add awesome_side_sheet

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  awesome_side_sheet: ^0.0.2

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:awesome_side_sheet/Enums/sheet_position.dart';
import 'package:awesome_side_sheet/Widgets/build_button.dart';
import 'package:awesome_side_sheet/Widgets/build_footer.dart';
import 'package:awesome_side_sheet/Widgets/build_header.dart';
import 'package:awesome_side_sheet/build_side_sheet.dart';
import 'package:awesome_side_sheet/side_sheet.dart';
17
likes
130
points
76
downloads

Publisher

verified publishermoesaid.com

Weekly Downloads

| A Flutter package for displaying a modal side sheet, following the Material Design 3 specification. This package provides a customizable side sheet with a title, body, and optional header and footer actions. It offers features such as a back button, close button, and customizable action buttons for easy integration into Flutter applications.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on awesome_side_sheet