q_architecture 0.1.9
q_architecture: ^0.1.9 copied to clipboard
A set of reusable classes that should speed up your development time and reduce unnecessary boilerplate code.
0.1.9 #
Renamed PaginatedListView parameter from autoDisposeStateNotifier to autoDisposeStateNotifierProvider, added throttleIdentifier parameter to throttle and cancelThrottle function in SimpleStateNotifier to enable multiple uses at the same time in the same notifier
0.1.8 #
Added index parameter to PaginatedListView's itemBuilder attribute and documented PaginatedListView's attributes
0.1.7 #
Added throttle method to SimpleStateNotifier, renamed BaseWidget's onFailure callback to onGlobalFailure
0.1.5 #
Added optional scrollbarWidgetBuilder and scrollController parameters to PaginatedListView
0.1.4 #
Added iterable_extension.dart to q_architecture export file
0.1.3 #
Added ErrorToFailure mixin for easier error handling in repositories
0.1.2 #
Added either_dart dependency instead of custom implementation
0.1.1 #
Added README example
0.1.0 #
Initial release