Files
Pasha Stetsenko c34456b3f2 chore: Fix some of the remaining lint problems (#1706)
Fix warnings raised by the avoid_void_async lint rule;

Remove rule use_enums, which is not available in Dart 2.16
2022-06-07 07:33:04 +02:00

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
}