stripedart 1.1.2 copy "stripedart: ^1.1.2" to clipboard
stripedart: ^1.1.2 copied to clipboard

Dart library for the Stripe API. The Stripe Dart library provides convenient access to the Stripe API from applications written in server-side Dart.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add stripedart

With Flutter:

 $ flutter pub add stripedart

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

dependencies:
  stripedart: ^1.1.2

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:stripedart/stripedart.dart';
8
likes
100
pub points
54%
popularity

Publisher

verified publisheriglu.dev

Dart library for the Stripe API. The Stripe Dart library provides convenient access to the Stripe API from applications written in server-side Dart.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

http, json_annotation

More

Packages that depend on stripedart