rasht 0.4.2
rasht: ^0.4.2 copied to clipboard
Rain City API tracing for Flutter — Dio request inspector, error capture, and redacted session export for QA teams.
0.4.2 #
- Require
dio^5.8.0 so lower-bound resolution includesDioException(pub score). - Pin
share_plusto ^11.1.0 — keepsSharePlusAPI while avoiding Android Gradle/Kotlin 2.2 requirements introduced in share_plus 12. - Use
device_info_plus,package_info_plus, andshare_plusversions compatible withwin325.x (fixes conflicts withfile_picker^11).
0.4.1 #
- Bump
device_info_plus,package_info_plus, andshare_plusto latest versions for pub.dev dependency score.
0.4.0 #
- Open Rasht as a full-screen inspector instead of an overlay panel.
- Export bottom sheet now opens above dialogs and modals.
- Umbrella FAB only — tap to navigate to [RashtScreen].
0.3.2 #
- Fix app freeze when opening Rasht from
MaterialApp.builder. - Render panel via navigator overlay with safe view insets.
- Deduplicate rapid error captures to prevent rebuild loops.
0.3.1 #
- Fix
Localizationslookup crash when overlay sits above the app subtree. - Add
Rasht.navigatorKeyandappRunnerparameter rename inRasht.initialize.
0.3.0 #
- Session export: copy/share text, JSON, and HTML reports.
- Auto-redact tokens, passwords, and sensitive headers before export.
- Include app version, device, OS, and locale in every report.
- Optional
Rasht.sessionExtrasfor tester metadata.
0.2.0 #
- Capture Flutter, Dart, and zone errors with file and line.
- Requests and Errors tabs in the inspector.
Rasht.initialize()for one-call error handler setup.
0.1.0 #
- Dio interceptor with draggable umbrella FAB.
- Request list, detail view, cURL and Postman export.