Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 260 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 260 Bytes

flutter_stripe

Stripe plugin for Flutter

Testing

Tests expect a STRIPE_KEY env var to be set with your publishable Stripe key.

Can be easily set by using

STRIPE_KEY=publishable_stripe_key_here flutter test