jala 0.2.0
jala: ^0.2.0 copied to clipboard
In-app Flutter network inspector. Facade over jala_core + jala_ui with zero-config initialize, production-safe defaults, and a draggable overlay.
0.2.0 #
- Lockstep release with
jala_core/jala_ui0.2.0: image preview, multipart parts table, and transfer progress in the inspector UI. - Pulls in the 0.2.0 capture surface (image bodies, multipart model,
NetworkProgressEvent) via dependency bumps.
0.1.2 #
- Fix: snackbar actions (copy cURL/Dart/HAR/body, replay feedback) threw
inside the inspector overlay and could crash release builds — the overlay
now provides its own
ScaffoldMessenger.
0.1.1 #
- Add pub.dev topics.
- Add a minimal
example/app so pub.dev renders the Example tab.
0.1.0 #
Jala.initialize()— idempotent setup that defaultsenabledtokDebugMode.Jala.open()/Jala.close()/Jala.isOpento control the inspector surface, plusJala.store/Jala.busaccessors for building custom client integrations.JalaOverlay— drops the floating bubble and full-screen inspector host above the host app; returnschildunchanged with zero overhead when Jala is disabled or uninitialized.- Own
Navigatorand explicit theme for the inspector surface, isolated from the host app's navigation stack andTheme. - Correct Android back-button handling: back pops the inspector's own navigator, then closes the inspector, before ever reaching the host app.