f_logs 1.3.0-alpha-01 f_logs: ^1.3.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.
[0.0.1] - May 02, 2019 #
- Started FLog project. An Advanced Logging Framework develop in flutter that provides quick & simple logging solution.
[0.0.2] - May 02, 2019 #
- Done code formatting
[0.0.3] - May 02, 2019 #
- Updated readme.md file
- Added wiki
[0.0.4] - May 03, 2019 #
- Updated readme.md file
- Added wiki
[0.1.5] - May 03, 2019 #
- Updated readme.md file
- Added encryption support
[1.0.0] - May 04, 2019 #
- Updated readme.md file
- Added filter types
[1.0.1] - May 04, 2019 #
- Removed unused code
[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.1.1] - May 05, 2019 #
- Bugfix in print logs function
[1.1.2] - May 05, 2019 #
- Updated readme.md file
- Fixed LogLevel issue
[1.2.0] - Jul 20, 2019 #
- Fixed logs delete issue
- Upgraded to v2.0
[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.2] - Oct 15, 2019 #
- Upgraded all the dependencies
- upgraded example to support AndroidX
[1.3.0-alpha-01] - Mar 23, 2020 #
- refactored main.dart
- changed exception to dynamic in-order to handle both exception & error