synbiodio_core 0.4.0
synbiodio_core: ^0.4.0 copied to clipboard
The Core of Synbiodio. This package is the core package under synbiodio, which encapsulates the underlying common functions.
0.4.0 #
- upgrade dependencies intl to 0.19.0
- move log files to the directory which names logs in the Application Documents Directory.
0.3.4 #
- modify console level
0.3.3 #
- debug mode not trace to log file, only trace to console. And not create log file also.
0.3.2 #
- fix bug: log can't output to file in production mode.
0.3.1 #
- Logs output to both file and console in debug mode.
0.3.0 #
- upgrade logger
- add
logFilePathmethod toLoggerFactory
0.2.0 #
- trace log to file
0.1.0 #
- Adaptation dart 3.0
0.0.8 #
- add AllowFilter and ForbiddenFilter
0.0.7 #
- handle some contingencies
0.0.6 #
- fix where function and add test code
0.0.5 #
- feat: add where function
0.0.4 #
- feat: add baseRepository
0.0.3 #
- feat: Remove _previous and _next and get it from _parent instead
0.0.2 #
- feat: add logger
0.0.1 #
- feat: initial commit 🎉