You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From looking at the error's stack trace, I noticed this was coming from the tripledes package used with the plugin, since you authored both packages and I only added directly referenced this, I figured I should open the issue here.
The exact error: 'Null' is not a subtype of type int in type cast.
Current flutter version: 2.5.2
Steps to reproduce:
Setup plugin
Setup Initializer and call Paymanger().prompt()
Fill in card details and hit pay.
PS: Run with sound nullsafety
The text was updated successfully, but these errors were encountered:
From looking at the error's stack trace, I noticed this was coming from the tripledes package used with the plugin, since you authored both packages and I only added directly referenced this, I figured I should open the issue here.
The exact error: 'Null' is not a subtype of type int in type cast.
Current flutter version: 2.5.2
Steps to reproduce:
PS: Run with sound nullsafety
The text was updated successfully, but these errors were encountered: