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
{{ message }}
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.
Hello,
i would ask you to provide a proper example usage in a real app, not just a dart snippet that dont work.
in adition, here's a code error in the library while trying:
error: Member not found: 'ChargilyResponse.fromJson'.
thanks.
The text was updated successfully, but these errors were encountered:
Hello, i would ask you to provide a proper example usage in a real app, not just a dart snippet that dont work. in adition, here's a code error in the library while trying: error: Member not found: 'ChargilyResponse.fromJson'. thanks.
the same for me, if you find a solution to deal with this package, please share it with us
well i don't use flutter and i'm not quite sure about this package, but you can make the operation without using these package,
in a native way just make an http post request to them then you will get the result, after that in webhook
you can also create an post request so when they post their webhook , have to check the incoming request using hmac function
Hello,
i would ask you to provide a proper example usage in a real app, not just a dart snippet that dont work.
in adition, here's a code error in the library while trying:
error: Member not found: 'ChargilyResponse.fromJson'.
thanks.
The text was updated successfully, but these errors were encountered: