paystring 0.0.2 copy "paystring: ^0.0.2" to clipboard
paystring: ^0.0.2 copied to clipboard

PayString is a simple, web-based protocol designed to make it as easy to send someone money as it is to send them an email. With the PayString protocol, you use human-readable addresses to transmit va [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add paystring

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

dependencies:
  paystring: ^0.0.2

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

Import it

Now in your Dart code, you can use:

import 'package:paystring/paystring.dart';
1
likes
110
pub points
10%
popularity

Publisher

unverified uploader

PayString is a simple, web-based protocol designed to make it as easy to send someone money as it is to send them an email. With the PayString protocol, you use human-readable addresses to transmit value in the currency of your choice. The PayString network allows participants to reach one another through standardized addresses. An address such as alice$example.com maps to the corresponding URL https://example.com/alice.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (license)

Dependencies

flutter, http, regexed_validator

More

Packages that depend on paystring