Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 578 Bytes

DEVELOPMENT.md

File metadata and controls

18 lines (12 loc) · 578 Bytes

Tests

To run tests, you can use fvm:

fvm flutter test

PurchaseTester

  • Replace the api_key in wildberry_examples/purchase_tester/lib/main.dart with the api key with the sample app to test:
    sed -i.bck s/api_key/$API_KEY/ wildberry_examples/purchase_tester/integration_test/app_test.dart
  • Open Xcode project inside wildberry_examples/purchase_tester/ios and changes made to the plugin should be automatically reflected.
  • When updating iOS dependency, make sure to run pod install inside wildberry_examples/purchase_tester/ios/.