Skip to content

Commit

Permalink
fixed build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jorre127 committed Oct 9, 2024
1 parent 9d1ff8c commit 0cc7839
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
1 change: 1 addition & 0 deletions tool/setup/dart/rename_project.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 0cc7839

Please sign in to comment.