The Connect 5 game created using Google's Flutter framework.
First, create a file named secrets.dart in the lib directory containing:
String get serverUri => '<link to the server>';When a supported device is connected or an emulator has started, run the app with
flutter run