Bisond

Results 2 comments of Bisond

> make gen ``` if (!dirExists || !await geoipFile.exists()) { final bundledGeoip = await rootBundle.load(Assets.core.geoip); await geoipFile.writeAsBytes(bundledGeoip.buffer.asInt8List()); } if (!dirExists || !await geositeFile.exists()) { final bundledGeosite = await rootBundle.load(Assets.core.geosite); await...