littlefish_reports 4.2.3
littlefish_reports: ^4.2.3 copied to clipboard
The implementation of the littlefish reports engine, as a standard libary for all base report rendering and capabilities.
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.