amartya-dev / flutter-bloc

A compilation of flutter block state management tutorials
62 stars 48 forks source link

Need to update the existing applications to use latest libraries and design patterns #5

Open amartya-dev opened 4 years ago

amartya-dev commented 4 years ago

Need to update examples for same

sumitsharansatsangi commented 3 years ago

Is this is the reason for creating error in BlocDelegate. Can you tell me a way to solve this issue.

amartya-dev commented 3 years ago

Is this is the reason for creating error in BlocDelegate. Can you tell me a way to solve this issue.

You can either downgrade the flutter_bloc library version to match with the one in the repository pubspec or you'll need to get rid of the bloc delegate completely as it has been deprecated in the newer version. There might be other changes needed for it to work.

If you do get the time to upgrade the code please make a pr

sumitsharansatsangi commented 3 years ago

Can you please guide me what are the changes I have to do.

amartya-dev commented 3 years ago

@sumitsharansatsangi bloc_login has been updated