Skip to content

Commit

Permalink
TF-2646 Add dependency package_info_plus direct main to avoid warni…
Browse files Browse the repository at this point in the history
…ng import
  • Loading branch information
dab246 committed Dec 10, 2024
1 parent a8d8b70 commit 4b62188
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 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/';
}
2 changes: 1 addition & 1 deletion pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1482,7 +1482,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
2 changes: 2 additions & 0 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,8 @@ dependencies:

flutter_smart_dialog: 4.9.8+5

package_info_plus: 4.2.0

dev_dependencies:
flutter_test:
sdk: flutter
Expand Down

0 comments on commit 4b62188

Please sign in to comment.