Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 582 Bytes

DEVELOPMENT.md

File metadata and controls

18 lines (12 loc) · 582 Bytes

Tests

To run tests, you can use fvm:

fvm flutter test

PurchaseTester

  • Replace the api_key in revenuecat_examples/purchase_tester/lib/main.dart with the api key with the sample app to test:
    sed -i.bck s/api_key/$API_KEY/ revenuecat_examples/purchase_tester/integration_test/app_test.dart
  • Open Xcode project inside revenuecat_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 revenuecat_examples/purchase_tester/ios/.