icapps_architecture 0.3.4
icapps_architecture: ^0.3.4 copied to clipboard
icapps architecture components for flutter projects. Contains commonly used code for logging, extensions, ...
Changelog #
[0.3.4] - 2021-05-27 #
Fixed #
- Exclude Inkwel from widget three if onClick is null
- Exclude gesture detector from semantics three if onClick is null
[0.3.2] - 2021-05-19 #
Fixed #
- Made
BaseProviderWidget
andBaseThemeProviderWidget
non-abstract to take advantage of dart 2.13's typedef
[0.3.0] - 2021-04-23 #
BREAKING #
logger
is now an extension property onObject
and will include[$ClassName]
as prefix to log messagesstaticLogger
static getter has replacedlogger
to use in top level functions where we do not have an object to extend from