awesome_side_sheet 0.0.3 awesome_side_sheet: ^0.0.3 copied to clipboard
Flutter package for Material Design 3 modal side sheets with customizable title, body, and actions.
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.3
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';