feat: немного анимированных иконок

This commit is contained in:
Jganenokk
2026-07-04 13:48:12 +07:00
parent 18a5df27a2
commit f9de0f331c
13 changed files with 236 additions and 16 deletions
+9
View File
@@ -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';
}