iac_export_logs_ext 2.0.1
iac_export_logs_ext: ^2.0.1 copied to clipboard
Export logs extension for in_app_console package. Save console logs to a file with one tap.
2.0.1 #
- Bump patch version.
2.0.0 #
- Update
in_app_consoledependency to^3.0.0.
1.1.2 #
- Corrected README.md
1.1.1 #
- Corrected extension version string to match package version.
1.1.0 #
- Added a Share button to send logs via the native share sheet using
share_plus. - Renamed "Export to File" button to "Save as file".
- Save as file uses a native save dialog via
flutter_file_dialog. - Inline error feedback shown when save or share fails.
- Removed success state feedback after saving or sharing.
1.0.1 #
- Fixed repository URL in pubspec.yaml to include correct packages directory path.
- Updated in_app_console dependency to ^2.0.2.
1.0.0 #
- Initial release.