feat: немного анимированных иконок
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
class AppAnimations {
|
||||
const AppAnimations._();
|
||||
|
||||
static const String _dir = 'assets/lottie';
|
||||
|
||||
static const String clock = '$_dir/ic_clock.json';
|
||||
static const String search = '$_dir/ic_search.json';
|
||||
static const String settings = '$_dir/ic_settings.json';
|
||||
}
|
||||
Reference in New Issue
Block a user