flutter_games_compilation icon indicating copy to clipboard operation
flutter_games_compilation copied to clipboard

LateInitializationError: Field 'bubble' has not been initialized.

Open saammz opened this issue 1 year ago • 0 comments

======== Exception caught by widgets library ======================================================= The following LateError was thrown building FutureBuilder(dirty, state: _FutureBuilderState#a1587): LateInitializationError: Field 'bubble' has not been initialized.

The relevant error-causing widget was: GameWidget<MyGame> GameWidget:file:///C:/Users/devUsoroh/Desktop/work/earnopoly/earnopoly-mobile/lib/games/super_jumper/jumper.dart:45:18 When the exception was thrown, this was the stack: #0 Assets.bubble (package:geedox_mobile/games/super_jumper/assets.dart) #1 new MyHero (package:geedox_mobile/games/super_jumper/objects/hero.dart:36:20) #2 MyGame.onLoad (package:geedox_mobile/games/super_jumper/my_game.dart:57:12) #3 Game._onLoadFuture (package:flame/src/game/game.dart:71:45) #4 Game._onLoadFuture (package:flame/src/game/game.dart) #5 Game.onLoadFuture (package:flame/src/game/game.dart:83:12) #6 GameWidgetState.loaderFuture. (package:flame/src/game/game_widget/game_widget.dart:194:29) #7 GameWidgetState.loaderFuture (package:flame/src/game/game_widget/game_widget.dart:202:9)

saammz avatar Dec 10 '23 05:12 saammz