littlefish_reports 4.3.0
littlefish_reports: ^4.3.0 copied to clipboard
The implementation of the littlefish reports engine, as a standard libary for all base report rendering and capabilities.
4.3.0 #
- FIX: wrap ErrorCodeManager.getUserMessage in try-catch in report_dashboard_widget.
- FEAT: add report-specific error codes and user-friendly error handling.
4.2.16 #
- Update a dependency to the latest release.
4.2.15 #
- Update a dependency to the latest release.
4.2.14 #
- Update a dependency to the latest release.
4.2.13 #
- Update a dependency to the latest release.
4.2.12 #
- Update a dependency to the latest release.
4.2.11 #
- FIX: restore melos versioning after main merge conflict.
4.2.10 #
- FIX: restore melos versioning after main merge conflict.
4.2.9 #
- Update a dependency to the latest release.
4.2.8 #
- FIX(report_viewer_helper): Added logging when context not mounted.
4.2.7 #
- FIX(littlefish_reports): Adjust timeout timer length from 15 to 60 seconds.
- FIX: (littlefish_reports): Fix file access issue for download reports.
- FIX(littlefish_reports): Fix file path issue.
- FIX(littlefish_reports): Report download timing fixes , download flow changes and ui fixes.
4.2.6 #
- Update a dependency to the latest release.
4.2.5 #
- FIX(littlefish_reports): Adjust timeout timer length from 15 to 60 seconds.
- FIX: (littlefish_reports): Fix file access issue for download reports.
- FIX(littlefish_reports): Fix file path issue.
- FIX(littlefish_reports): Report download timing fixes , download flow changes and ui fixes.
4.2.4 #
- FIX(littlefish_reports): Updated report downloads to only download once.
4.2.3 #
- FIX(littlefish_reports): Updated report downloads to only download once.
4.2.2 #
- FIX(littlefish_reports): iOS and webviews are strict especially when using the navigate.prevent as on every load the navigation delegate is called on the iOS side.
4.2.1 #
- FIX(littlefish_reports): iOS and webviews are strict especially when using the navigate.prevent as on every load the navigation delegate is called on the iOS side.
4.2.0 #
- FEAT: implement Melos 7.x for monorepo management.
- FEAT: improve logging consistency across packages.
0.1.0 #
Changed #
- Increased minimum dependence of littlefish_core to 1.1.5
- Increased dependencies of webview_flutter, flutter_lints
0.0.1 #
- The initial release of the working version of littlefish_reports library for mobile.
4.0.0 #
Flutter upgrade
4.1.0 #
- Upgraded the core libraries which changed where the http client is being called.
4.1.1 #
- Fixed Report downloading
4.1.2 #
- Update for report downloading layout and usage
4.1.3 #
- Update littlefish core and core utils versions
4.1.4 #
- Fixed PDF download failures by implementing a Blob Registry pattern to bypass CSP and race conditions.
- Fixed WebView reload loops by moving controller initialization to initState.
- Improved download responsiveness by triggering the loading spinner via console log interception.
- Eliminated initial "black flash" by setting a white background color.
- Added error handling and safety timeouts for stability.