如何为火焰实施 SafeArea?
How can you implement SafeArea for flame?
嘿嘿,
我一直在尝试寻找在我的火焰游戏中实现 SafeArea(或类似的东西)的可能性。我发现了这个(https://github.com/ikbendewilliam/flutter_flame_architecture/blob/main/lib/src/widgets/flame_safe_area.dart) but I dont know how to fully implement this in the screen leading to the game
对于我缺少的这个问题,是否有简单的解决方案?
由于包裹 FlameGame
的 GameWidget
只是一个普通的 Flutter 小部件,您可以将 GameWidget
作为 SafeArea
的子项。
嘿嘿,
我一直在尝试寻找在我的火焰游戏中实现 SafeArea(或类似的东西)的可能性。我发现了这个(https://github.com/ikbendewilliam/flutter_flame_architecture/blob/main/lib/src/widgets/flame_safe_area.dart) but I dont know how to fully implement this in the screen leading to the game
对于我缺少的这个问题,是否有简单的解决方案?
由于包裹 FlameGame
的 GameWidget
只是一个普通的 Flutter 小部件,您可以将 GameWidget
作为 SafeArea
的子项。