removed country flags package and read flags from server and implement svg cahce structure

This commit is contained in:
amirrezaghabeli
2025-09-11 11:04:29 +03:30
parent 757e69f6d3
commit ffbc11d4cf
12 changed files with 230 additions and 47 deletions
+7
View File
@@ -0,0 +1,7 @@
import 'svg_cache.dart';
class CacheInit {
static Future<void> init() async {
await SvgCache().init();
}
}