A new Flutter project using Flame.
Follow these steps to set up and run the project:
-
Install the required dependencies:
flutter pub get
-
Compile the protocol buffer definitions:
protoc --dart_out=lib/src/ protos/message.proto
-
Generate proto list
dart run tools/generate_proto_list.dart
-
Generate l10n
flutter gen-l10n
-
Watch for changes and automatically rebuild:
flutter pub run build_runner watch
lib/
: Contains the main application code.protos/
: Contains the protocol buffer definitions.
To run the app on an emulator or a physical device, use the following command:
flutter run
This project is licensed under the MIT License