How to install and use bloc_concurrency with Flutter 3.7.3

A popular Flutter package with 262 likes that support Flutter version 3.7.3 and above. Last version of the package was published on Feb 22, 2023.

Installing bloc_concurrency

You can either add the package directly using the flutter command line.

$ flutter pub add bloc_concurrency

Or add the dependency directly to your pubspec.yaml file.
dependencies:
  bloc_concurrency: ^0.2.1

In either case, make sure to refresh your packages by running the following command:

$ flutter pub get

Using bloc_concurrency

Once you have installed the package, you can use it in your Flutter application by importing it.
import 'package:bloc_concurrency/bloc_concurrency.dart';