flutter_paystack icon indicating copy to clipboard operation
flutter_paystack copied to clipboard

Plugin not working with flutter 3.0

Open rajiphilip opened this issue 2 years ago • 3 comments

Hello,

With the new flutter sdk 3.0 flutter_paystack is not working as it is throwing error.

rajiphilip avatar May 26 '22 13:05 rajiphilip

Update your pubspec.yaml

 # Temporarily using this until we can resolve the issue with the plugin.
 # Issue is: https://github.com/wilburt/flutter_paystack/issues/117
 flutter_paystack:
   git:
     url: https://github.com/definitelyme/flutter_paystack.git
     ref: a4a33c3dd0a12f46d655a2e63d11e9f20ba82d01

Here

jobic10 avatar Jun 01 '22 11:06 jobic10

This is a big problem when is the package getting refreshed

Yoda-Man avatar Jun 04 '22 09:06 Yoda-Man

Update your pubspec.yaml

 # Temporarily using this until we can resolve the issue with the plugin.
 # Issue is: https://github.com/wilburt/flutter_paystack/issues/117
 flutter_paystack:
   git:
     url: https://github.com/definitelyme/flutter_paystack.git
     ref: a4a33c3dd0a12f46d655a2e63d11e9f20ba82d01

Here

This worked!!!

ghost avatar Jun 05 '22 12:06 ghost

This has been fixed in 1.0.6. Can you update the package version?

wilburx9 avatar Sep 18 '22 19:09 wilburx9