strike 0.0.1 copy "strike: ^0.0.1" to clipboard
strike: ^0.0.1 copied to clipboard

outdated

A pure Dart SDK wrapper for the Strike APIs

This package is a pure Dart SDK wrapper for the Strike APIs. Strike APIs enable you to accept payments securely and integrate your app with Strike.

Features #

  • Find Strike users by ID and handle
  • Issue new invoices
  • Issue quotes for invoices
  • Cancel unpaid invoices

Getting started #

In order to use the Strike API, you will need to request an API key.

Usage #

Strike _strike = Strike(apiKey: '<YOUR_API_KEY>');

_strike.getProfileByHandle(handle: 'joemuller');