Dart-NATS
A Dart client for the NATS messaging system. Design to use with Dart and flutter.
Flutter Web Support by WebSocket
Flutter Other Platform Support by TCP Socket and WebSocket
API Change
To support Flutter Web. We change transport from socket to WebSocket and also change API call
Dart Examples:
Run the example/main.dart
:
dart example/main.dart
Flutter Examples:
Import and Declare object
Simply connect to server and subscribe to subject
Use as Stream in StreamBuilder
Publish Message
Dispose
Full Flutter sample code example/flutter/main.dart
Features
The following is a list of features currently supported and planned by this client:
- [x] - Publish
- [x] - Subscribe, unsubscribe
- [x] - NUID, Inbox
- [x] - Reconnect to single server when connection lost and resume subscription
- [x] - Unsubscribe after N message
- [x] - Request, Respond
- [x] - Queue subscribe
- [ ] - caches, flush, drain
- [x] - Request timeout
- [ ] - structured data
- [ ] - Connection option (cluster, timeout,ping interval, max ping, echo,... )
- [ ] - Random automatic reconnection, disable reconnect, number of attempts, pausing
- [ ] - Connect to cluster,randomize, Automatic reconnect upon connection failure base server info
- [x] - Events/status
- [ ] - disconnect handler, reconnect handler
- [x] - Buffering message during reconnect atempts
- [ ] - All authentication models, including NATS 2.0 JWT and seed keys
- [ ] - NATS 2.2