mixin_logger 0.2.0
mixin_logger: ^0.2.0 copied to clipboard
Simple logger tool for flutter, make it easy to save your app log to file.
0.2.0 #
BREAKING CHANGE
- require Flutter 3.7.0 or later.
- support Swift Package Manager on iOS and macOS using shared Darwin sources #487 by lockieRichter
0.1.3 #
- support android 15 16k page size
0.1.2 #
- export native c header file
0.1.1 #
- add android support.
0.1.0 #
- refactor implementation to c++, works on Windows/Linux/macOS/iOS.
0.0.6 #
- add
setLoggerFileLeadingapi.
0.0.5 #
- support config new log file content leading.
0.0.4 #
- Fix write to file not working after hot restarted.
0.0.3 #
- Improve log dateTime format performance.
0.0.2 #
- make initLogger return Future
- add error, stacktrace optional parameters to e
0.0.1 #
Initial release.