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

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.4

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
40
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.

Repository

License

MIT (LICENSE)

Dependencies

device_info, flutter, shared_preferences

More

Packages that depend on dev_menu