feat(app): Добавить снекбар

This commit is contained in:
PetrovY
2025-06-06 16:45:40 +03:00
parent ff6fe50b2b
commit 9ddeb73852
17 changed files with 1013 additions and 204 deletions

View File

@@ -13,24 +13,22 @@ final class _Dev {
static const String baseUrl = 'https://dev';
static const List<int> _enviedkeysecretKey = <int>[
4165345137,
3493800243,
502170426,
1144186709,
921404830,
4081271781,
];
static const List<int> _envieddatasecretKey = <int>[
4165345045,
3493800278,
502170444,
1144186673,
921404923,
4081271699,
];
static final String secretKey = String.fromCharCodes(
List<int>.generate(
_envieddatasecretKey.length,
(int i) => i,
growable: false,
).map((int i) => _envieddatasecretKey[i] ^ _enviedkeysecretKey[i]),
);
static final String secretKey = String.fromCharCodes(List<int>.generate(
_envieddatasecretKey.length,
(int i) => i,
growable: false,
).map((int i) => _envieddatasecretKey[i] ^ _enviedkeysecretKey[i]));
}
// coverage:ignore-file
@@ -38,64 +36,60 @@ final class _Dev {
// generated_from: env/prod.env
final class _Prod {
static const List<int> _enviedkeybaseUrl = <int>[
1959698309,
1370422491,
1593239974,
2980796982,
3484307801,
2340951854,
4002048327,
2957329110,
3569108013,
2324336979,
691664904,
2999310215,
3830062036,
1024953349,
2723997296,
2959773775,
4255295633,
114701674,
1920572043,
3423730200,
3647804248,
2815792265,
3038381766,
655048609,
];
static const List<int> _envieddatabaseUrl = <int>[
1959698413,
1370422447,
1593240018,
2980796998,
3484307754,
2340951828,
4002048360,
2957329145,
3569108061,
2324336929,
691664999,
2999310307,
3830062012,
1024953457,
2723997188,
2959773759,
4255295714,
114701648,
1920572068,
3423730231,
3647804200,
2815792379,
3038381737,
655048645,
];
static final String baseUrl = String.fromCharCodes(
List<int>.generate(
_envieddatabaseUrl.length,
(int i) => i,
growable: false,
).map((int i) => _envieddatabaseUrl[i] ^ _enviedkeybaseUrl[i]),
);
static final String baseUrl = String.fromCharCodes(List<int>.generate(
_envieddatabaseUrl.length,
(int i) => i,
growable: false,
).map((int i) => _envieddatabaseUrl[i] ^ _enviedkeybaseUrl[i]));
static const List<int> _enviedkeysecretKey = <int>[
4268709792,
3715718791,
3691995036,
2677812110,
359753139,
3208048313,
1722903860,
3044498179,
];
static const List<int> _envieddatasecretKey = <int>[
4268709840,
3715718901,
3691995123,
2677812202,
359753155,
3208048331,
1722903899,
3044498279,
];
static final String secretKey = String.fromCharCodes(
List<int>.generate(
_envieddatasecretKey.length,
(int i) => i,
growable: false,
).map((int i) => _envieddatasecretKey[i] ^ _enviedkeysecretKey[i]),
);
static final String secretKey = String.fromCharCodes(List<int>.generate(
_envieddatasecretKey.length,
(int i) => i,
growable: false,
).map((int i) => _envieddatasecretKey[i] ^ _enviedkeysecretKey[i]));
}
// coverage:ignore-file
@@ -103,66 +97,62 @@ final class _Prod {
// generated_from: env/stage.env
final class _Stage {
static const List<int> _enviedkeybaseUrl = <int>[
3824074796,
1785932277,
700105518,
2614901365,
2850858902,
3082107206,
3784178565,
815141967,
4277092750,
3942345021,
1481955512,
3678805330,
206487437,
2791397647,
1739207173,
306419752,
1371918084,
4062400488,
3004897854,
2820011348,
1751321626,
3103957517,
2168627914,
1003673382,
1168070657,
568662299,
];
static const List<int> _envieddatabaseUrl = <int>[
3824074820,
1785932161,
700105562,
2614901253,
2850858981,
3082107260,
3784178602,
815141984,
4277092861,
3942345033,
1481955545,
3678805301,
206487528,
2791397735,
1739207281,
306419804,
1371918196,
4062400411,
3004897796,
2820011387,
1751321653,
3103957630,
2168627902,
1003673415,
1168070758,
568662398,
];
static final String baseUrl = String.fromCharCodes(
List<int>.generate(
_envieddatabaseUrl.length,
(int i) => i,
growable: false,
).map((int i) => _envieddatabaseUrl[i] ^ _enviedkeybaseUrl[i]),
);
static final String baseUrl = String.fromCharCodes(List<int>.generate(
_envieddatabaseUrl.length,
(int i) => i,
growable: false,
).map((int i) => _envieddatabaseUrl[i] ^ _enviedkeybaseUrl[i]));
static const List<int> _enviedkeysecretKey = <int>[
1473916388,
2313056220,
2069119783,
32407210,
317937387,
2132342089,
2579069434,
3904165526,
3391356107,
1192880530,
];
static const List<int> _envieddatasecretKey = <int>[
1473916311,
2313056168,
2069119814,
32407245,
317937294,
2132342074,
2579069326,
3904165623,
3391356076,
1192880631,
];
static final String secretKey = String.fromCharCodes(
List<int>.generate(
_envieddatasecretKey.length,
(int i) => i,
growable: false,
).map((int i) => _envieddatasecretKey[i] ^ _enviedkeysecretKey[i]),
);
static final String secretKey = String.fromCharCodes(List<int>.generate(
_envieddatasecretKey.length,
(int i) => i,
growable: false,
).map((int i) => _envieddatasecretKey[i] ^ _enviedkeysecretKey[i]));
}