/stripe_flutter

Assignment for Dhiwise

Primary LanguageDart

Automatic Stripe Package generator

example is a Dart package containing generator for Stripe APIs.

example_usage is the Dart package which houses the automatically generated code for Stripe APIs.

How to run? 🏃‍♂️

1️⃣ Inside example

 flutter pub get

2️⃣ Inside example_usage

flutter pub get
flutter pub run build_runner build --delete-conflicting-outputs

🛠 Libraries used

⭐ Features

⭐ Possible Improvements

  • Could have used a web scraper to scrape Stripe doc. Currently, only some APIs are available in api.json as it was manually written.
  • Can research more about writing tests for generator.