Skip to content

Releases: icapps/flutter-icapps-architecture

0.8.0

22 Oct 13:39
c8ec07e
Compare
Choose a tag to compare

Breaking

  • Removed native dialogs

Potentially breaking

  • ChangeNotifierEx is now a class instead of pure mixin

Added

  • Iterable.mapNotNull
  • SingleValueCache
  • KeyValueCache

Changed

  • log debug, info, warn, verbose now also take errors and stack traces
  • List.replaceAll now takes an Iterable argument

0.7.4

18 Sep 16:20
d69eb03
Compare
Choose a tag to compare

Fixed an issue where stack trace outputs would corrupt the terminal coloring which could cause hot-reload/restart to fail

v0.6.4

22 Feb 11:35
20416b0
Compare
Choose a tag to compare

[0.6.4] - 2022-02-22

Fixed

  • iOS Touchfeedback when 2 TouchFeedbackIOS widgets are on top of eachother

v0.6.3

26 Jan 15:34
Compare
Choose a tag to compare

[0.6.3] - 2022-01-26

Added

  • Custom shadow for TouchFeedback

v0.6.2

14 Jan 16:10
Compare
Choose a tag to compare

[0.6.2] - 2022-01-14

Added

  • Docs in the README.md

0.3.1

23 Apr 14:14
206194c
Compare
Choose a tag to compare
Prepare release 0.3.1

v0.2.1

12 Apr 18:36
e19d2a3
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release

Added

  • Extension function on null
  • Shared preferences

v0.2.0

09 Apr 08:16
b9f563e
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

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

v0.1.2

08 Apr 11:02
c11e698
Compare
Choose a tag to compare
v0.1.2 Pre-release
Pre-release

Updated

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