mystery box
This commit is contained in:
@@ -11,6 +11,38 @@
|
||||
|
||||
import 'package:flutter/widgets.dart';
|
||||
|
||||
class $AssetsAudioGen {
|
||||
const $AssetsAudioGen();
|
||||
|
||||
/// File path: assets/audio/bell_ding.mp3
|
||||
String get bellDing => 'assets/audio/bell_ding.mp3';
|
||||
|
||||
/// File path: assets/audio/big_win.mp3
|
||||
String get bigWin => 'assets/audio/big_win.mp3';
|
||||
|
||||
/// File path: assets/audio/button_tap.mp3
|
||||
String get buttonTap => 'assets/audio/button_tap.mp3';
|
||||
|
||||
/// File path: assets/audio/carnaval_main_theme.mp3
|
||||
String get carnavalMainTheme => 'assets/audio/carnaval_main_theme.mp3';
|
||||
|
||||
/// File path: assets/audio/token_sound.mp3
|
||||
String get tokenSound => 'assets/audio/token_sound.mp3';
|
||||
|
||||
/// File path: assets/audio/wheel_spin.mp3
|
||||
String get wheelSpin => 'assets/audio/wheel_spin.mp3';
|
||||
|
||||
/// List of all assets
|
||||
List<String> get values => [
|
||||
bellDing,
|
||||
bigWin,
|
||||
buttonTap,
|
||||
carnavalMainTheme,
|
||||
tokenSound,
|
||||
wheelSpin,
|
||||
];
|
||||
}
|
||||
|
||||
class $AssetsImagesGen {
|
||||
const $AssetsImagesGen();
|
||||
|
||||
@@ -64,6 +96,7 @@ class $AssetsImagesGen {
|
||||
class Assets {
|
||||
const Assets._();
|
||||
|
||||
static const $AssetsAudioGen audio = $AssetsAudioGen();
|
||||
static const $AssetsImagesGen images = $AssetsImagesGen();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user