Skip to content

Commit

Permalink
TF-2646 Add dependency package_info_plus & file_picker direct mai…
Browse files Browse the repository at this point in the history
…n to avoid warning import
  • Loading branch information
dab246 committed May 2, 2024
1 parent 8d34f01 commit 379171a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
1 change: 0 additions & 1 deletion core/lib/presentation/resources/assets_paths.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
class AssetsPaths {
static const images = 'assets/images/';
static const icons = 'assets/icons/';
static const configurationImages = 'configurations/icons/';
}
4 changes: 0 additions & 4 deletions core/lib/presentation/resources/image_paths.dart
Original file line number Diff line number Diff line change
Expand Up @@ -216,10 +216,6 @@ class ImagePaths {
return AssetsPaths.images + imageName;
}

String _getIconPath(String iconName) {
return AssetsPaths.icons + iconName;
}

String getConfigurationImagePath(String imageName) {
return AssetsPaths.configurationImages + imageName;
}
Expand Down
4 changes: 2 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ packages:
source: hosted
version: "6.1.4"
file_picker:
dependency: "direct overridden"
dependency: "direct main"
description:
path: "."
ref: "email_supported_5.3.1"
Expand Down Expand Up @@ -1256,7 +1256,7 @@ packages:
source: hosted
version: "2.1.0"
package_info_plus:
dependency: transitive
dependency: "direct main"
description:
name: package_info_plus
sha256: "7e76fad405b3e4016cd39d08f455a4eb5199723cf594cd1b8916d47140d93017"
Expand Down
4 changes: 4 additions & 0 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,10 @@ dependencies:

future_loading_dialog: 0.3.0

package_info_plus: 4.2.0

file_picker: 5.3.1

dev_dependencies:
flutter_test:
sdk: flutter
Expand Down

0 comments on commit 379171a

Please sign in to comment.