You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

13 lines
710 B

class MyAnimations {
static const MyAnimations _i = MyAnimations._internal();
const MyAnimations._internal();
factory MyAnimations() => _i;
static const String confetti = 'assets/animations/confetti.json';
static const String lightPurple = 'assets/animations/lights_purple.json';
static const String globeStateAfterWrong = 'assets/videos/globe_state_after_wrong.gif';
static const String globeStateNormal = 'assets/videos/globe_state_normal.gif';
static const String globeStateSpeaking = 'assets/videos/globe_state_speaking.gif';
static const String globeStateSuccess = 'assets/videos/globe_state_success.gif';
static const String globeStateWrong = 'assets/videos/globe_state_wrong.gif';
}