Support for intl: 0.19.0 to match with pinned version for Flutter Localization
this pull request should be fixed
https://github.com/GiancarloCode/form_bloc/pull/353
this pull request should be fixed
#353
It looks like he not is available to merge the pull request. You can use my fork in your project to get it working:
https://github.com/danqulogy/form_bloc
Add it to your pubspec.yaml
...
flutter_form_bloc:
git:
url: https://github.com/danqulogy/form_bloc.git
ref: master
path: packages/flutter_form_bloc
.....
It look like abandoned i have updated to the lates flutter sdk 3.5 you kan use this fork
flutter_form_bloc:
git:
url: https://github.com/QKSoft/form_bloc.git
path: packages/flutter_form_bloc
This package does not seem to be supported Just a friendly reminder to migrate
https://github.com/GiancarloCode/form_bloc/pull/312#issuecomment-1164240179
It look like abandoned i have updated to the lates flutter sdk 4 you can use this fork
flutter_form_bloc:
# path: ../form_bloc/packages/flutter_form_bloc
git:
url: https://github.com/QKSoft/form_bloc.git
path: packages/flutter_form_bloc
@mghase unfortunately this is almost no reason/benefits on forking and supporting of this package.
also you can ovveride it by adding
dependency_overrides:
intl: 0.19.0
uuid: ^4.4.2