GiancarloCode / form_bloc

🔥 Dart and Flutter Package 🔥 Easy Form State Management using BLoC pattern 🔥 Wizard/stepper forms, asynchronous validation, dynamic and conditional fields, submission progress, serialization and more! 🔥
https://GiancarloCode.github.io/form_bloc/
467 stars 201 forks source link

conflict with flutter_localizations on flutter 3.22 (latest from may 2024) #347

Closed mahirandigital closed 4 months ago

mahirandigital commented 5 months ago

Because no versions of flutter_form_bloc match >0.31.0 <0.32.0 and flutter_form_bloc 0.31.0 depends on intl ^0.18.0, flutter_form_bloc ^0.31.0 requires intl ^0.18.0. And because every version of flutter_localizations from sdk depends on intl 0.19.0, flutter_form_bloc ^0.31.0 is incompatible with flutter_localizations from sdk. So, because mts depends on both flutter_localizations from sdk and flutter_form_bloc ^0.31.0, version solving failed.

vasilich6107 commented 4 months ago

https://github.com/GiancarloCode/form_bloc/pull/312#issuecomment-1164240179

mahirandigital commented 4 months ago

thank you so much i didnt know this is exist