Prime-Holding / rx_bloc

A set of Flutter packages that help implement the BloC (Business Logic Component) design pattern using the power of reactive streams
https://pub.dev/packages/rx_bloc
62 stars 21 forks source link

Auto wrapping & bootstrap tests - improvements #283

Closed tomavelevprime closed 3 weeks ago

tomavelevprime commented 2 years ago

Branch: https://github.com/Prime-Holding/rx_bloc/tree/fix/rxbloc_plugin_bootstrap_auto_wrap

tomavelevprime commented 2 years ago

Critical Issues

Major Issues

--- - there will be a alert dialog when no elements - after filtering - matching the desired state type - are found

Medium issues Add appropriate comment in:

showErrorState: (bloc) => bloc.states.showErrors, //TODO pick a specific event the field will to send data to onChanged: (bloc, value) => bloc.events.specificEvent(value),

//TODO write your own progress indicator //TODO write your own list item widget YourErrorWidget(error: list.error!),;// TODO write your own error widget

Low status (that may be postponed) issues