Skip to content

VGVentures/web_socket_counter_flutter

Repository files navigation

WebSocket Counter Flutter

build coverage style: very good analysis License: MIT

Generated by the Very Good CLI 🤖

A Flutter real-time counter which integrates with Dart Frog and WebSockets.

Learn about how it was made.

demo


Getting Started 🚀

To run the app either use the launch configuration in VSCode/Android Studio or use the following command:

# Run the Flutter app.
flutter run

Then, clone and run the Dart Frog WebSocket Counter backend:

# Install Dart Frog CLI
dart pub global activate dart_frog_cli

# Clone the GitHub Repository.
git clone https://github.com/VeryGoodOpenSource/dart_frog

# Change into the web_socket_counter example directory.
cd dart_frog/examples/web_socket_counter

# Install the dependencies.
dart pub get

# Run the development server.
dart_frog dev