flutter-scene-example icon indicating copy to clipboard operation
flutter-scene-example copied to clipboard

Circular Dependencies between game.dart and leaderboard.dart

Open RequieMa opened this issue 9 months ago • 0 comments

Currently, game.dart has import 'package:scene_demo/demo/leaderboard.dart';, yet leaderboard.dart has import 'package:scene_demo/demo/game.dart';.

Although it works, it does not seem to be a good way of doing it.

It seems that leaderboard only needs HUDBox. Why not refactor it out of game.dart?

RequieMa avatar Apr 23 '25 08:04 RequieMa