mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-04 04:47:13 +08:00
Fix warnings raised by the avoid_void_async lint rule; Remove rule use_enums, which is not available in Dart 2.16
8 lines
339 B
Dart
8 lines
339 B
Dart
void main() {
|
|
// There will be a new example in here after Google I/O, stay tuned!
|
|
// If you want to see the previous examples, go to the flame_forge2d section
|
|
// of https://examples.flame-engine.org
|
|
// The sourcecode lives here:
|
|
// https://github.com/flame-engine/flame/tree/main/examples/lib/stories/bridge_libraries/forge2d
|
|
}
|