low_latency_sync 0.1.2
low_latency_sync: ^0.1.2 copied to clipboard
QUIC datagram transport primitives for low latency Flutter applications.
Changelog #
0.1.2 #
- Update Readme
0.1.1 #
- Declare the example certificate as a false secret
0.1.0 #
- Initial Flutter plugin package scaffold for Android and iOS.
- Public Dart API for QUIC datagram clients and servers.
- Android native path wired through MethodChannel, Kotlin, JNI, CMake, and a package-owned C ABI stub.
- iOS Swift facade and Podspec prepared for the same C ABI.
- quiche selected as the first native backend target.
- Example app with particle simulation and QUIC runtime status.