removed country flags package and read flags from server and implement svg cahce structure
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import 'svg_cache.dart';
|
||||
|
||||
class CacheInit {
|
||||
static Future<void> init() async {
|
||||
await SvgCache().init();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user