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

Debug-time bottom sheets for Flutter — text input with history and single-select list.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add debug_sheet

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

dependencies:
  debug_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:debug_sheet/debug_sheet.dart';
0
likes
140
points
109
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Debug-time bottom sheets for Flutter — text input with history and single-select list.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

crypto, flutter, get_storage

More

Packages that depend on debug_sheet