feat: procedural season background with drifting petals
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import 'dart:async';
|
||||
|
||||
import 'package:block_seasons/ui/widgets/season_background.dart';
|
||||
|
||||
Future<void> testExecutable(FutureOr<void> Function() testMain) async {
|
||||
// Looping ambience animations never settle under pumpAndSettle.
|
||||
debugDisableLoopingAnimations = true;
|
||||
await testMain();
|
||||
}
|
||||
Reference in New Issue
Block a user