Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 626 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 626 Bytes

Go Mobile App

Go board game as a mobile application. The app uses the socket backend of Go Haskell.

Go Mobile App

Run

Generate mockito and json serializable files.

flutter pub run build_runner build

Run Flutter.

flutter run

Configuration

To target a specific environment provide a ENV via --dart-define. Currently only development is supported.

flutter run --dart-define=ENV=development