cool_devtool

Creator: coderz1093

Last updated:

0 purchases

cool_devtool Image
cool_devtool Images

Languages

Categories

Add to Cart

Description:

cool devtool

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. In debug mode all features are available.



Debug features
Profile/release features




Highlight oversized images Show baselines Show guidelines Paint pointers Paint layer borders Repaint rainbow Inspect layouts (logcat) Inspect paints (logcat) Disable opacity layers Disable clip layers Show material grid
Slow animations Show performance overlay Show offscreen layers Show cached images Semantic debugger




Getting started #
To use base functionalities just set up navigation to devtools screen
Navigator.of(context).push(MaterialPageRoute(
builder: (context) => const DevtoolsMenuScreen()));
copied to clipboard
To use MaterialApp tools add these lines to your MaterialApp constructor
showPerformanceOverlay: DebugOptions.performanceOverlay.object.optionValue,
copied to clipboard
checkerboardOffscreenLayers: DebugOptions.offscreenLayers.object.optionValue,
copied to clipboard
checkerboardRasterCacheImages:DebugOptions.rasterCacheImages.object.optionValue,
copied to clipboard
debugShowMaterialGrid: DebugOptions.materialGrid.object.optionValue,
copied to clipboard
showSemanticsDebugger: DebugOptions.semanticsDebugger.object.optionValue,
copied to clipboard
REMEMBER THAT DEBUG FEATURES CAN ONLY BE USED IN DEBUG MODE - RELEASE MODE FUNCTIONALITIES DIFFER
Roadmap #

live logcat view (Android only)
tests
github actions automations
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 ;)

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.