cool_devtool 0.0.2
cool_devtool: ^0.0.2 copied to clipboard
Inspect your app on the go
This is devtools package. Use flutter devtools on the go. Just install debug app version and enjoy all the helpful tools to inspect your app
Features #
All you could do with IDE of your choice- always with you:
- Slowing animations
- Highlight repaints
- Inspect oversized images
- Show guidelines
- Disable opacity layers
- Paint layer borders
- and more...
[alt text]
Getting started #
To use base functionalities just set up navigation to devtools screen
Navigator.of(context).push(MaterialPageRoute(
builder: (context) => const DevtoolsMenuScreen()));
REMEMER THAT DEBUG FEATURES CAN ONLY BE USED IN DEBUG MODE - RELEASE MODE FUNCTIONALITIES DIFFER
Roadmap #
- architecture overhaul (current file structure is still a mess)
- functional performance overlay
- live logcat view (Android only)
- more functions available for release app version
- translations (?)
- network call hijacker - monitor all your app's network calls in one place
- more tools based on feedback
Additional information #
File issues on package's github page. Ideas too ;)