flutter_paystack
flutter_paystack copied to clipboard
:credit_card: A robust Flutter plugin for making payments via Paystack Payment Gateway. Completely supports Android and iOS
- Added namespace - Removed package attribute - Changed all text styling to meet flutter breaking changes
Could not build the precompiled application for the device. Error (Xcode): ../../.pub-cache/hosted/pub.dev/flutter_paystack-1.0.7/lib/src/widgets/checkout/checkout_widget.dart:191:64: Error: The getter 'headline1' isn't defined for the class 'TextTheme'. I have fixed this error.
I found a problem in Flutter SDK 3.24.5, and then I updated the package, and it's working fine. Old SDK and new SDK are also working in this package.
Updated TextTheme properties to new equivalents" git push origin main
Because every version of flutter_paystack from git depends on intl ^0.17.0 and app depends on intl ^0.19.0, flutter_paystack from git is forbidden. So, because app depends on flutter_paystack from git,...