OpenConsultingGroup / Taxi-App

Taxi booking app built using Flutter
MIT License
716 stars 310 forks source link

Bloc error #9

Open hadi635 opened 3 years ago

hadi635 commented 3 years ago

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)

andersondeoliveiramachado commented 3 years ago

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

hadi635 commented 3 years ago

It give me not Insilized