form_bloc icon indicating copy to clipboard operation
form_bloc copied to clipboard

Support for intl: 0.19.0 to match with pinned version for Flutter Localization

Open danqulogy opened this issue 1 year ago • 7 comments

danqulogy avatar Sep 10 '24 12:09 danqulogy

this pull request should be fixed

https://github.com/GiancarloCode/form_bloc/pull/353

oengmengthong avatar Oct 11 '24 10:10 oengmengthong

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
 .....

danqulogy avatar Oct 11 '24 13:10 danqulogy

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

mghase avatar Oct 20 '24 09:10 mghase

This package does not seem to be supported Just a friendly reminder to migrate

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

vasilich6107 avatar Mar 16 '25 00:03 vasilich6107

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 avatar Mar 16 '25 04:03 mghase

@mghase unfortunately this is almost no reason/benefits on forking and supporting of this package.

vasilich6107 avatar Mar 16 '25 09:03 vasilich6107

also you can ovveride it by adding

dependency_overrides:
  intl: 0.19.0
  uuid: ^4.4.2

mghase avatar Mar 17 '25 09:03 mghase