action_bottom_sheet 0.0.2 copy "action_bottom_sheet: ^0.0.2" to clipboard
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';
1
likes
50
pub points
0%
popularity

Publisher

unverified uploader

bottomsheet with button

Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

Dependencies

flutter, google_fonts

More

Packages that depend on action_bottom_sheet