dartstream_client 0.0.1
dartstream_client: ^0.0.1 copied to clipboard
Public Dart client for wiring Flutter, Flame, and server apps to DartStream SaaS.
0.0.1 #
- Initial public DartStream SaaS client surface.
- Add named workflow clients for auth, platform, experience, reactive, persistence, and billing.
- Add production, development, and local service URL presets.
- Add authenticated generic JSON request helpers for routes that are not yet wrapped by typed convenience methods.
- Add billing checkout, portal, subscription, and feature-check helpers.
- Add persistence provider catalog and connection-test helpers.
- Preserve game-oriented cloud save, inventory, profile, feature flag, and reactive event helpers.
- Add static
DartStreamClient.signInandsignUphelpers that return a session-bound client. - Add Firebase Identity Toolkit error mapping through
DartStreamFirebaseAuthException. - Add typed auth user, session, and avatar helpers.
- Add key-addressed platform feature flag get/create/update/delete helpers.
- Add experience aliases for profile, inventory, snapshots, active sessions, and connectors.
- Add generic reactive and persistence list/create/delete helpers scoped to their service route roots.