Skip to content

Commit

Permalink
Chore/remove unused app icons (#245)
Browse files Browse the repository at this point in the history
* chore: remove comments

* chore: remove font

* chore: remove coding

* chore: update gitignore

* fix: remove pubspec asset
  • Loading branch information
jkoenig134 authored Aug 23, 2024
1 parent ee32de0 commit 697b603
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 73 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ build
.flutter-plugins-dependencies
config.json
config.*.json
!**/app_icons/config.json

apps/connector_ui/android/local.properties
.DS_Store
2 changes: 0 additions & 2 deletions apps/enmeshed/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ android {

defaultConfig {
applicationId "eu.enmeshed.app"
// You can update the following values to match your application needs.
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration.
minSdkVersion 21
targetSdkVersion flutter.targetSdkVersion
versionCode flutterVersionCode.toInteger()
Expand Down
Binary file removed apps/enmeshed/assets/fonts/AppIcons.ttf
Binary file not shown.
29 changes: 0 additions & 29 deletions apps/enmeshed/lib/core/utils/app_icons/app_icons.dart

This file was deleted.

34 changes: 0 additions & 34 deletions apps/enmeshed/lib/core/utils/app_icons/config.json

This file was deleted.

1 change: 0 additions & 1 deletion apps/enmeshed/lib/core/utils/utils.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
export 'account_utils.dart';
export 'app_icons/app_icons.dart';
export 'attribute_utils.dart';
export 'contact_utils.dart';
export 'dialogs.dart';
Expand Down
6 changes: 0 additions & 6 deletions apps/enmeshed/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,17 +58,11 @@ flutter:
assets:
- path: assets/i18n/
- path: assets/texts/
- path: assets/fonts/
- path: assets/pictures/
- path: assets/svg/
transformers:
- package: vector_graphics_compiler

fonts:
- family: AppIcons
fonts:
- asset: assets/fonts/AppIcons.ttf

# dart run flutter_launcher_icons
flutter_icons:
image_path: "assets/icon.png"
Expand Down

0 comments on commit 697b603

Please sign in to comment.