mesomb 1.0.5 copy "mesomb: ^1.0.5" to clipboard
mesomb: ^1.0.5 copied to clipboard

Dart client to perform mobile payment transaction with MeSomb. you can integrate the module into your application for payments

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add mesomb
copied to clipboard

With Flutter:

 $ flutter pub add mesomb
copied to clipboard

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  mesomb: ^1.0.5
copied to clipboard

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:mesomb/mesomb.dart';
copied to clipboard
4
likes
130
points
41
downloads

Publisher

verified publisherhachther.com

Weekly Downloads

2024.06.24 - 2025.01.06

Dart client to perform mobile payment transaction with MeSomb. you can integrate the module into your application for payments

Homepage

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

crypto, http

More

Packages that depend on mesomb