f_logs 2.0.0-alpha-01 f_logs: ^2.0.0-alpha-01 copied to clipboard
FLog provides quick & simple logging solution. All logs are saved to the DB which can then be exported in files.
[2.0.0-alpha-01] - Mar 31, 2021 #
- upgraded sembast
- upgraded path provider
- upgraded intl
- upgraded to flutter 2.0
[1.3.0-alpha-02] - May 25, 2020 #
- changed exception to dynamic in-order to handle both exception & error
- added support for file export
- refactored code
[1.3.0-alpha-01] - Mar 23, 2020 #
- refactored main.dart
- changed exception to dynamic in-order to handle both exception & error
[1.2.2] - Oct 15, 2019 #
- Upgraded all the dependencies
- upgraded example to support AndroidX
[1.2.1] - Oct 15, 2019 #
- Import only one file instead of all the package files
- Added fieldOrderFormatCustom for order fields in customized output
- Added logging of stack traces
- Added Log Level functionality, skipping lower Log Levels
- Added deleteAllLogsByFilter
[1.2.0] - Jul 20, 2019 #
- Fixed logs delete issue
- Upgraded to v2.0
[1.1.2] - May 05, 2019 #
- Updated readme.md file
- Fixed LogLevel issue
[1.1.1] - May 05, 2019 #
- Bugfix in print logs function
[1.1.0] - May 05, 2019 #
- Added convenience methods for log levels
- Added default configuration
- Changed className and methodName to optional
- Updated readme.me
[1.0.1] - May 04, 2019 #
- Removed unused code
[1.0.0] - May 04, 2019 #
- Updated readme.md file
- Added filter types
[0.1.5] - May 03, 2019 #
- Updated readme.md file
- Added encryption support
[0.0.4] - May 03, 2019 #
- Updated readme.md file
- Added wiki
[0.0.3] - May 02, 2019 #
- Updated readme.md file
- Added wiki
[0.0.2] - May 02, 2019 #
- Done code formatting