Hi there 👋
I maintain these Flutter plugins.
I wrote some blog posts.
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abuseI maintain these Flutter plugins.
I wrote some blog posts.
Simple Alert Dialog With Fancy Style
User registration app for Nextcloud
Flutter pre-load PageView widget
Day of Week | December Dec | January Jan | February Feb | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | |||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
confirmPlatformPayPaymentIntent(
with PlatformPayConfirmParams.googlePay(...)
throws MissingPluginException
Describe the bug Confirming a Google Pay payment, like so: .confirmPlatformPayPaymentIntent( clientSecret: clientSecret, confirmParams: PlatformPay…