carp_debug_flutter 0.1.1 copy "carp_debug_flutter: ^0.1.1" to clipboard
carp_debug_flutter: ^0.1.1 copied to clipboard

An in-app debugging toolkit for CARP ecosystem apps. Provides a floating, button that opens a debug menu (independent of the host app's widget tree) for switching the authentication/app servers, overr [...]

0.1.1 #

  • Fix debug menu freezing when empty fields are modified
  • Fix debug logger crashing
  • Fix logs color scheme
  • Fix iOS SPM support
  • Add documentations in docs.carp.dk
  • Exclude toolkit from production builds (it is now a dev_dependency)

0.1.0 #

  • Draggable floating button opening a self-contained debug menu, rendered in its own scope (independent of the host app's MaterialApp / router).
  • Environment & Servers tool: runtime override of launch arguments (--dart-define) via DebugEnv, including the authentication / app server, with live Apply and Restart actions.
  • Shared Preferences tool: inspect / edit / add / delete key-value data.
  • Database tool: browse and delete records in a sembast database.
  • Device & App tool: native device / app metadata (via Pigeon).
  • Logs & Errors tool: captured prints, framework errors and uncaught async errors.
  • Extensible via DebugTool, KeyValueStore and DebugDatabase.
  • Type-safe native layer (Pigeon) for iOS (Swift) and Android (Kotlin).
1
likes
0
points
125
downloads

Documentation

Documentation

Publisher

verified publishercarp.dk

Weekly Downloads

An in-app debugging toolkit for CARP ecosystem apps. Provides a floating, button that opens a debug menu (independent of the host app's widget tree) for switching the authentication/app servers, overriding launch arguments (--dart-define) at runtime, and inspecting / editing / deleting shared preferences and the local (sembast) database.

Repository (GitHub)
View/report issues

Topics

#debugging #carp

License

unknown (license)

Dependencies

flutter, meta, plugin_platform_interface, sembast, shared_preferences

More

Packages that depend on carp_debug_flutter

Packages that implement carp_debug_flutter