feda_flutter 0.2.2 copy "feda_flutter: ^0.2.2" to clipboard
feda_flutter: ^0.2.2 copied to clipboard

A dart package to facilitate payments with fedapay

0.2.2 #

  • Added dartdoc comments to all major public API elements (FedaFlutter, ApiEnvironment, ApiResponse, Transaction, Customer, Payout, etc.).
  • Exposed PayoutsRepository via FedaFlutter.instance.payouts (was missing from the singleton).
  • Added payouts_repository to the public exports.

0.2.1 #

  • Added Nuxt-based documentation site in docs/.
  • Added Nuxt-based changelog site in change/.
  • Added GitHub Actions workflow to auto-create releases from CHANGELOG.md on tag push.
  • Added GitHub PR template.

0.2.0 #

  • Enforced strict typing in TransactionsRepository, CustomersRepository, and PayoutsRepository — methods now accept typed DTOs and return ApiResponse<T>.
  • Fixed PayWidget to handle token-only API responses by constructing the checkout URL as a fallback.
  • Improved BaseRepository.normalizeApiData to only unwrap known Fedapay wrapper keys (v1/*).
  • Refactored test suite to use a shared FakeDioService and added DTO-specific test cases.

0.1.0 #

  • Added Singleton pattern for FedaFlutter initialization (issue #).
  • Lowered Dart SDK constraint to ^3.0.0 for broader compatibility.
  • Updated documentation with new usage examples.

0.0.4 #

  • Added PayWidget for easier payment integration.
  • Added support for payouts.
  • Improved example app and documentation.

0.0.1 #

  • Initial release of feda_flutter.
  • Basic support for Transactions and Customers API.
1
likes
160
points
105
downloads

Publisher

unverified uploader

Weekly Downloads

A dart package to facilitate payments with fedapay

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

AGPL-3.0 (license)

Dependencies

dio, flutter, test, webview_flutter

More

Packages that depend on feda_flutter