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

outdated

Package 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 WIP Widgets in Test Playground.

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

Publisher

unverified uploader

Package 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 WIP Widgets in Test Playground.

Homepage

License

unknown (LICENSE)

Dependencies

device_info, flutter, shared_preferences

More

Packages that depend on dev_menu