flutter_paystack
flutter_paystack copied to clipboard
Plugin not working with flutter 3.0
Hello,
With the new flutter sdk 3.0 flutter_paystack is not working as it is throwing error.
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
This is a big problem when is the package getting refreshed
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
This worked!!!
This has been fixed in 1.0.6. Can you update the package version?