FinanceGPT Dart / Flutter SDK 0.1.0 Preview
Contract-pinned Dart SDK designed for Dart 3.3+ and Flutter applications.
- OpenAPI SHA-256:
228f3cf999f801d03634f0dad1fc6d296671bc13a8cf0d80994b00a57b62f910 - Operations: 349
- Contract scopes: 66
- pub.dev target:
financegpt - Registry: pub.dev package
financegpt
The package includes typed FinanceGptApiException, bounded retries, integer Retry-After, request-ID capture, Idempotency-Key, and FinanceGPT v1= HMAC-SHA256 webhook verification. A Flutter example is included under example/flutter.
final client = FinanceGptClient(apiKey: const String.fromEnvironment('FINANCEGPT_API_KEY'));
final profile = await client.get('/workspace/profile');
Package installation creates no production entitlement or Financial Actions authority.