feda_flutter 0.2.1
feda_flutter: ^0.2.1 copied to clipboard
A dart package to facilitate payments with fedapay
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.mdon tag push. - Added GitHub PR template.
0.2.0 #
- Enforced strict typing in
TransactionsRepository,CustomersRepository, andPayoutsRepository— methods now accept typed DTOs and returnApiResponse<T>. - Fixed
PayWidgetto handle token-only API responses by constructing the checkout URL as a fallback. - Improved
BaseRepository.normalizeApiDatato only unwrap known Fedapay wrapper keys (v1/*). - Refactored test suite to use a shared
FakeDioServiceand added DTO-specific test cases.
0.1.0 #
- Added Singleton pattern for
FedaFlutterinitialization (issue #). - Lowered Dart SDK constraint to
^3.0.0for broader compatibility. - Updated documentation with new usage examples.
0.0.4 #
- Added
PayWidgetfor 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.