flutter_ui_bloc 0.4.5 copy "flutter_ui_bloc: ^0.4.5" to clipboard
flutter_ui_bloc: ^0.4.5 copied to clipboard

discontinued
outdated

A new Flutter project.

CHANGELOG #

[0.4.5] #

  • Improve on SubmitButtonFormBlocBuilder step validation
  • Added colors on SliderFieldBlocBuilder

[0.4.4] #

  • Now you can pass to the SubmitButtonFormBlocBuilder the step that must be validated in order to submit
  • SubmitFloatingButtonFormBlocBuilder and SubmitIconButtonFormBlocBuilder names aligned

[0.4.3] #

You can use one of these widgets to build your ui based on the TabBar widget and the SelectFieldBloc:

  • TabBarControllerFieldBlocProvider
  • TabBarFieldBlocBuilder
  • TabBarViewFieldBlocBuilder

[0.4.2] #

  • First implementation of [UploadFileFieldBlocBuilder]

[0.4.2] #

  • First implementation of [UploadFileFieldBlocBuilder]

[0.4.1] #

  • Add error on slider

[0.4.0] #

  • Improved documentation and code style

[0.3.0] #

  • Improved fields with readOnly attribute
  • Removed file_picker and image_picker dependencies and moved it to cross_file_picker

[0.2.0] #

  • Migrated to null-safety

[0.1.2] #

  • Release SubmitButtonFormBlocBuilder

[0.1.1] #

  • Update dependencies

[0.1.0] #

  • Replaced ReadableField with XFile of cross_file package

[0.0.3] #

  • Fix AddChekSuffixInputFieldBlocBuilder and improved it.

[0.0.2] #

  • Fix field pickers.

[0.0.1] #

  • Initial release.