jala 0.4.0 copy "jala: ^0.4.0" to clipboard
jala: ^0.4.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.4.0 #

  • Lockstep with 0.4.0 core/ui: GraphQL operation metadata, merged WebSocket list + connection detail, op:/is:graphql/is:ws filters. No changes to the Jala facade API itself — attach jala_graphql (JalaGraphQLLink) or jala_websocket (JalaWebSocketChannel.wrap) alongside jala_dio/jala_http to capture GraphQL and WebSocket traffic.

0.3.0 #

  • Jala.enableMockPersistence(directory) — file-backed mock rules that survive app restarts (IO platforms; no-op store on web).
  • Lockstep with 0.3.0 core/ui: mocking UI, is:mocked, edit-and-resend.

0.2.0 #

  • Lockstep release with jala_core / jala_ui 0.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 defaults enabled to kDebugMode.
  • Jala.open() / Jala.close() / Jala.isOpen to control the inspector surface, plus Jala.store / Jala.bus accessors for building custom client integrations.
  • JalaOverlay — drops the floating bubble and full-screen inspector host above the host app; returns child unchanged with zero overhead when Jala is disabled or uninitialized.
  • Own Navigator and explicit theme for the inspector surface, isolated from the host app's navigation stack and Theme.
  • Correct Android back-button handling: back pops the inspector's own navigator, then closes the inspector, before ever reaching the host app.
3
likes
0
points
419
downloads

Publisher

verified publisherketok.id

Weekly Downloads

In-app Flutter network inspector. Facade over jala_core + jala_ui with zero-config initialize, production-safe defaults, and a draggable overlay.

Repository (GitHub)
View/report issues

Topics

#network #debugging #devtools #http #dio

License

unknown (license)

Dependencies

flutter, jala_core, jala_ui

More

Packages that depend on jala