moneroo_flutter_sdk

Last updated:

0 purchases

moneroo_flutter_sdk Image
moneroo_flutter_sdk Images
Add to Cart

Description:

moneroo flutter sdk

Moneroo Flutter SDK #

Slack
·
Website
·
Contact
·
Documentation




Requirements #
❗ In order to start using Moneroo Flutter you must have the [Flutter SDK][flutter_install_link] installed on your machine.
Installation #
Install via flutter pub add:
flutter pub add moneroo_flutter_sdk
copied to clipboard

Configuration #
Android
Add this line in your AndroidManifest.xml. This will help you to avoid an ERR_CLEAR_TEXT_NOT_PERMITTED error while processing a payment.
Don't forget to allow internet access in your Android app ! Info here !
<application
...
android:usesCleartextTraffic="true"
...
>
...
</application>
copied to clipboard
IOS
Add this line in your Info.plist. This will help you to avoid an ERR_CLEAR_TEXT_NOT_PERMITTED error while processing a payment.
<plist>
...
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<true/>
</dict>
...
<plist>
copied to clipboard
Documentation #
You can a have a full example here. You can also your the MonerooApi class to implement the payment yourself without using the Moneroo widget provided by this package.
Development #
DEV Mode #
Notes #
Exception Handling 🐛 #

MonerooException: This exception is throw when an error occured in during the API calling. You can have more infos about the related error logging the class's attribute.
ServiceUnavailableException: This exception is throw when the SDK was'nt able to send your request to the server. Maybe due to network issues.

Security Vulnerabilities #
If you discover a security vulnerability within Moneroo Flutter SDK, please send an e-mail to Moneroo Security via [email protected]. All security vulnerabilities will be promptly addressed.
License #
The Moneroo Flutter SDK is open-sourced software licensed under the MIT license.

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.