import 'dart:async'; import 'package:block_seasons/ui/widgets/season_background.dart'; Future testExecutable(FutureOr Function() testMain) async { // Looping ambience animations never settle under pumpAndSettle. debugDisableLoopingAnimations = true; await testMain(); }