upgrade packages

This commit is contained in:
2024-01-23 14:35:09 +06:30
parent e99689a10d
commit dde24bb248
10 changed files with 752 additions and 420 deletions

View File

@@ -27,8 +27,8 @@ class Config {
required String reportURL,
required String reportProjectID,
required String bucketName,
Color color: Colors.blue,
Level level: Level.SEVERE}) {
Color color= Colors.blue,
Level level= Level.SEVERE}) {
_instance = Config._internal(flavor, FlavorNames[flavor.index], color,
apiURL, reportURL, level, reportProjectID, bucketName);