web_socket_counter_flutter
web_socket_counter_flutter copied to clipboard
A Flutter real-time counter which integrates with Dart Frog and WebSockets.
Results
1
web_socket_counter_flutter issues
Sort by
recently updated
recently updated
newest added
## Description The Bloc `CounterBloc` uses internal events for stream handling instead of the recommended `emit.forEach` call. ## Type of Change - [ ] ✨ New feature (non-breaking change which...