input_sheet 0.1.0 copy "input_sheet: ^0.1.0" to clipboard
input_sheet: ^0.1.0 copied to clipboard

outdated

A flutter package to help apps with extensive forms, implementing inputs as BottomSheet to make it enjoyable.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add input_sheet

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

dependencies:
  input_sheet: ^0.1.0

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:input_sheet/input_sheet.dart';
46
likes
0
pub points
0%
popularity

Publisher

unverified uploader

A flutter package to help apps with extensive forms, implementing inputs as BottomSheet to make it enjoyable.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

after_layout, cached_network_image, camera, flutter, flutter_cupertino_date_picker, flutter_feather_icons, flutter_masked_text, intl, path_provider, permission_handler, quiver, uuid, video_compress, video_player

More

Packages that depend on input_sheet