realtime_client 0.1.0 realtime_client: ^0.1.0 copied to clipboard
Listens to changes in a PostgreSQL Database and via websockets. This is for usage with Supabase Realtime server.
[0.1.0] #
- fix: heartbeat event name
[0.0.9] #
- fix: default reconnectAfterMs function throws RangeError
- chore: update mocktail version
[0.0.8] #
- feature: Null-Safety
[0.0.7] #
- fix: Web compatibility
[0.0.6] #
- fix: RetryTimer
_tries
is not initialized
[0.0.5] #
- fix: transformers.convertColumn method
[0.0.4] #
- fix: convertChangeData.columns type to List<Map<String, dynamic>>
[0.0.3] #
- fix: binding filter bug on realtimeSubscription trigger method
[0.0.2] #
- chore: replace
Map
withMap<String, dyanmic>
- tidy up
[0.0.1] #
- chore: update README
- fix: convertChangeData columns param type
[0.0.1-dev.5] #
- fix: transformers convertChangeData method
[0.0.1-dev.4] #
- Improve docs
BREAKING CHANGES
- Rename
socket
toRealtimeClient
- Rename
channel
toRealtimeSubscription
[0.0.1-dev.3] #
- Update README Usage with more examples
- Update package description
[0.0.1-dev.2] #
- Update README
[0.0.1-dev.1] #
- Initial pre-release.