dev_menu 1.0.1 copy "dev_menu: ^1.0.1" to clipboard
dev_menu: ^1.0.1 copied to clipboard

outdated

Made to make team members(Dev,QA,PM) life easier while in development. Easily find out device/app info, turn certain features on and off, and preview your Widgets.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add dev_menu

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

dependencies:
  dev_menu: ^1.0.1

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

Publisher

unverified uploader

Made to make team members(Dev,QA,PM) life easier while in development. Easily find out device/app info, turn certain features on and off, and preview your Widgets.

Homepage

License

unknown (LICENSE)

Dependencies

device_info, flutter, shared_preferences

More

Packages that depend on dev_menu