uss_sdk 0.3.1
uss_sdk: ^0.3.1 copied to clipboard
Dart/Flutter SDK for Universal Subscription System payment and transaction APIs.
0.3.1 #
- Set default server URL to
http://84.247.138.251in.env.example
0.3.0 #
- Read API base URL from dotenv via
USS_BASE_URL - Add
UssClient.loadEnv()andUssClient.fromEnv() - Add
.env.exampleand environment setup docs
0.2.0 #
- Add
SubscriptionsService.checkingProjectSubscriptions - Add
ProjectPaymentWaysService.getProjectPaymentWays - Split fetch operations into
PaymentTransactionsService(list + details) - Update README with full API documentation
0.1.0 #
- Add
UssClientwithTransactionPaymentService - Support create, list, and detail payment transaction APIs
- Add typed models, error handling, README documentation, and tests
0.0.1 #
- Initial package scaffold