icapps_architecture 0.3.5 copy "icapps_architecture: ^0.3.5" to clipboard
icapps_architecture: ^0.3.5 copied to clipboard

outdated

icapps architecture components for flutter projects. Contains commonly used code for logging, extensions, ...

Changelog #

[0.3.5] - 2021-05-27 #

Fixed #

  • null child when onClick is null (Android)

[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.3] - 2021-05-25 #

Fixed #

  • Throw from a simple interceptor

[0.3.2] - 2021-05-19 #

Fixed #

  • Made BaseProviderWidget and BaseThemeProviderWidget non-abstract to take advantage of dart 2.13's typedef

[0.3.1] - 2021-04-23 #

Fixed #

  • Fixed issue with release not containing all code

[0.3.0] - 2021-04-23 #

BREAKING #

  • logger is now an extension property on Object and will include [$ClassName] as prefix to log messages
  • staticLogger static getter has replaced logger to use in top level functions where we do not have an object to extend from

[0.2.3] - 2021-04-20 #

Added #

  • replaceWhere
  • forEachIndexed

[0.2.2] - 2021-04-20 #

Added #

  • Disable logger colors on all except android devices

[0.2.1] - 2021-04-12 #

Added #

  • Extension function on null
  • Shared preferences

[0.2.0] - 2021-04-08 #

Added #

  • Localized error added to get a localization key.
  • Connectivity stream to check if the user is connected to wifi or mobile services. #35

Breaking #

  • Network error implements now Localized error #33

[0.1.2] - 2021-04-06 #

Updated #

  • Updated dependencies to support desktop too
  • Added logging methods to log request and responses
  • Added Iterable<Iterable

[0.1.1] - 2021-04-02 #

Updated #

  • Updated dependencies to remove test dependency from non-test code

[0.1.0] - 2021-04-02 #

Added #

  • Initial release
4
likes
0
pub points
64%
popularity

Publisher

verified publishericapps.com

icapps architecture components for flutter projects. Contains commonly used code for logging, extensions, ...

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

connectivity_plus, device_info_plus, dio, flutter, logger, provider, shared_preferences, tuple

More

Packages that depend on icapps_architecture