Flutter-v3
Flutter-v3 copied to clipboard
Fixed 'Unhandled Exception: type 'Null' is not a subtype of type 'FutureOr<ChargeResponse>''
I'm currently experiencing this error message. I dont know if something has changed
I'am stilling getting this error even after fixing this line " Future<ChargeResponse> charge()" to " Future<ChargeResponse?> charge()"
I'am stilling getting this error even after fixing this line " Future charge()" to " Future<ChargeResponse?> charge()"
Can you paste your pubspec.yaml in the comments?
Temporary fix:
flutterwave_standard:
git:
url: https://github.com/definitelyme/flutter_standard.git
ref: fix-exception