dragon_logs 1.2.0
dragon_logs: ^1.2.0 copied to clipboard
An efficient cross-platform Flutter log storage framework with minimal dependencies.
1.2.0 #
- BREAKING: Add WASM web support with OPFS-only storage
- BREAKING: Remove
file_system_access_apiandjsdependencies - BREAKING: Require Dart SDK
>=3.3.0for extension types support - Add
package:webfor modern web APIs compatibility - Migrate from
dart:htmlanddart:jstodart:js_interopandpackage:web - Add WASM-specific platform detection using
dart.tool.dart2wasm - Implement Origin Private File System (OPFS) using modern JS interop
- Maintain full API compatibility while supporting both regular web and WASM compilation
1.1.0 #
- Bump packages to latest versions.
- Apply new Dart format styling introduced in Dart
3.27.
1.0.4 #
- Fix log message sorting bug. Thanks to @takenagain for their first contribution to this project.
1.0.2 #
- Bump
intldependency to latest version of0.19.0.
1.0.1 #
- Refactor to share more code with web and native platforms.
- Fix date parsing bug.
- Add public API to clear all logs.
Refactor to share more code between web and native platforms (focused mainly on file name and directory handling) and fix a bug where logs belonging to days with a single digit month or day could not be parsed.
1.0.0 #
- Stable release
- Tweak: Localisation initialisation no longer needs to be inialised before logs.
0.1.1-preview.1 #
- Memory improvement for log flushing.
- Bug fixes.
0.1.0-preview.1 #
- Bug fixes.
0.0.1-preview.1 #
- Initial preview version.