Taxi-App icon indicating copy to clipboard operation
Taxi-App copied to clipboard

Bloc error

Open hadi635 opened this issue 3 years ago • 2 comments

taxi_booking_bloc.dart

The superclass 'Bloc<TaxiBookingEvent, TaxiBookingState>' doesn't have a zero argument constructor. Try declaring a zero argument constructor in 'Bloc<TaxiBookingEvent, TaxiBookingState>', or declaring a constructor in TaxiBookingBloc that explicitly invokes a constructor in 'Bloc<TaxiBookingEvent, TaxiBookingState>'.dart(no_default_super_constructor)

hadi635 avatar Apr 15 '21 23:04 hadi635

image image

cupertino_icons: ^1.0.2 google_maps_flutter: ^2.0.3 flutter_bloc: ^7.0.0 bloc: ^7.0.0 equatable: ^2.0.0 shimmer: ^2.0.0 location: ^4.1.1

It give me not Insilized

hadi635 avatar Apr 16 '21 15:04 hadi635