luxo_client 0.1.2
luxo_client: ^0.1.2 copied to clipboard
Luxo SDK for Dart/Flutter — Schema-driven API framework. One .luxo file generates API + DB + SDK. Features: HTTP/2 & WebSocket transport, binary codec (3x faster than JSON), compile-time field selecti [...]
0.1.2 #
- Complete README with Luxo origin story, architecture diagram, comparison table
- Chinese documentation links
0.1.1 #
- Improved README with full documentation
- Updated package description
0.1.0 #
- Initial release
- HTTP + WebSocket transport with JSON and binary modes
- Binary codec (varint, svarint, fixed64, string, bool, bytes)
- Compile-time field tracking via
package:analyzer - Typed client code generation from schema introspection
- 401 auto-refresh with token callback
- WebSocket auto-reconnect with exponential backoff
- Request timeout support