Skip to content

Commit 4b62188

Browse files
committed
TF-2646 Add dependency package_info_plus direct main to avoid warning import
1 parent a8d8b70 commit 4b62188

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
class AssetsPaths {
22
static const images = 'assets/images/';
3-
static const icons = 'assets/icons/';
43
static const configurationImages = 'configurations/icons/';
54
}

pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1482,7 +1482,7 @@ packages:
14821482
source: hosted
14831483
version: "2.1.0"
14841484
package_info_plus:
1485-
dependency: transitive
1485+
dependency: "direct main"
14861486
description:
14871487
name: package_info_plus
14881488
sha256: "7e76fad405b3e4016cd39d08f455a4eb5199723cf594cd1b8916d47140d93017"

pubspec.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,8 @@ dependencies:
263263

264264
flutter_smart_dialog: 4.9.8+5
265265

266+
package_info_plus: 4.2.0
267+
266268
dev_dependencies:
267269
flutter_test:
268270
sdk: flutter

0 commit comments

Comments
 (0)