diff --git a/lib/util/extension/text_scaler_extension.Dart b/lib/util/extension/text_scale_extension.Dart similarity index 100% rename from lib/util/extension/text_scaler_extension.Dart rename to lib/util/extension/text_scale_extension.Dart diff --git a/lib/widget/general/bottom_navigation/bottom_navigation_item.dart b/lib/widget/general/bottom_navigation/bottom_navigation_item.dart index b4ca3878..8d1b769e 100644 --- a/lib/widget/general/bottom_navigation/bottom_navigation_item.dart +++ b/lib/widget/general/bottom_navigation/bottom_navigation_item.dart @@ -4,7 +4,7 @@ import 'package:flutter_template/styles/theme_durations.dart'; import 'package:flutter_template/widget/animation/animated_color_filter.dart'; import 'package:flutter_template/widget/provider/data_provider_widget.dart'; import 'package:icapps_architecture/icapps_architecture.dart'; -import 'package:flutter_template/util/extension/text_scaler_extension.dart'; +import 'package:flutter_template/util/extension/text_scale_extension.dart'; class BottomNavigationItem extends StatelessWidget { final bool isSelected; diff --git a/tool/setup/dart/rename_project.dart b/tool/setup/dart/rename_project.dart index cf1b5dfe..e94c0317 100644 --- a/tool/setup/dart/rename_project.dart +++ b/tool/setup/dart/rename_project.dart @@ -340,6 +340,7 @@ void _performFinalCheck() { if (element.path.startsWith('./.dart_tool/')) return false; if (element.path.startsWith('./.fvm/')) return false; if (element.path.startsWith('./.DS_STORE')) return false; + if (element.path.startsWith('./android/app/src/dev/')) return false; if (element.path.endsWith('.png')) return false; if (element.path.endsWith('.ttf')) return false; if (element.path.endsWith('lcov.info')) return false;