Upgrade Flutter

How to Upgrade Flutter Version?

To update the Flutter version use the flutter upgrade command: $ flutter upgrade To check  Flutter version use the command: $ flutter --version To Downgrade the Flutter version use the…
Bloc Flutter

BLoC in Flutter

What is BLoC?   BLoC stands for Business Logic Components because, it aims to separate the application’s business logic from User Interface and making the application code more unambiguous, scalable, and…