action_bottom_sheet 0.0.2 action_bottom_sheet: ^0.0.2 copied to clipboard
bottomsheet with button
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add action_bottom_sheet
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
action_bottom_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:action_bottom_sheet/Src/bottom_sheet_new.dart';
import 'package:action_bottom_sheet/bottom_sheet.dart';
import 'package:action_bottom_sheet/core/widgets/body_textstyle.dart';
import 'package:action_bottom_sheet/core/widgets/buttontextstyle.dart';
import 'package:action_bottom_sheet/core/widgets/mainbutton.dart';
import 'package:action_bottom_sheet/core/widgets/q_text.dart';