flutter bloc
flutter_bloc: ^7.0.1
bloc: ^7.0.0
equatable: ^2.0.3
I will update it whenever new version will be come.
flutter bloc
flutter_bloc: ^7.0.1
bloc: ^7.0.0
equatable: ^2.0.3
I will update it whenever new version will be come.
flutter bloc
dependencies:
flutter_bloc: ^7.0.1
bloc flutter
dependencies:
flutter_bloc: ^7.1.0
bloc flutter
dependencies:
flutter_bloc: ^4.0.1
bloc lib flutter
class CounterCubit extends Cubit<int> {
CounterCubit() : super(0);
void increment() => emit(state + 1);
void decrement() => emit(state - 1);
}
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us