mirror of
https://ghfast.top/https://github.com/StarCitizenToolBox/app.git
synced 2025-06-28 04:24:45 +08:00
feat: Guide UI
This commit is contained in:
@ -71,7 +71,7 @@ class AutoL10nTools {
|
||||
if (entity is File &&
|
||||
entity.path.endsWith('.dart') &&
|
||||
!(entity.path.endsWith(".g.dart") &&
|
||||
entity.path.endsWith(".freezed.dart"))) {
|
||||
!entity.path.endsWith(".freezed.dart"))) {
|
||||
print('Processing ${entity.path}...');
|
||||
// sort map with value length
|
||||
final newMap = Map<String, dynamic>.fromEntries(
|
||||
|
Reference in New Issue
Block a user