After updating flutter sdk 3.1.0 from official website flutter_paystack plugin is not working

672 Views Asked by At

C:\flutter sdk\flutter.pub-cache\hosted\pub.dartlang.org\flutter_paystack-1.0.5+1\android\src\main\kotlin\co\paystack\flutterpaystack\FlutterPaystackPlugin.kt: (25, 62): Type mismatch: inferred type is Activity? but Activity was expected

C:\flutter sdk\flutter.pub-cache\hosted\pub.dartlang.org\flutter_paystack-1.0.5+1\android\src\main\kotlin\co\paystack\flutterpaystack\FlutterPaystackPlugin.kt: (36, 28): Type mismatch: inferred type is BinaryMessenger? but BinaryMessenger was expected

Getting above error in flutter_paystack: ^1.0.5

can anyone help me to fix it out ?

1

There are 1 best solutions below

1
Maqsood On BEST ANSWER

If package flutter_paystack: 1.0.5+1 does not work on flutter 3

Then try changing dependency of flutter_paystack 1.0.5+1 in pubspec.yaml to:

flutter_paystack:
    git:
      url: https://github.com/definitelyme/flutter_paystack.git
      ref: a4a33c3dd0a12f46d655a2e63d11e9f20ba82d01