Skip to content

Commit b2519b0

Browse files
committed
add import_sorter to rfw_tools
1 parent 06f756b commit b2519b0

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

packages/rfw_tools/pubspec.lock

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,14 @@ packages:
113113
url: "https://pub.dev"
114114
source: hosted
115115
version: "4.0.2"
116+
import_sorter:
117+
dependency: "direct dev"
118+
description:
119+
name: import_sorter
120+
sha256: eb15738ccead84e62c31e0208ea4e3104415efcd4972b86906ca64a1187d0836
121+
url: "https://pub.dev"
122+
source: hosted
123+
version: "4.6.0"
116124
io:
117125
dependency: transitive
118126
description:
@@ -321,6 +329,14 @@ packages:
321329
url: "https://pub.dev"
322330
source: hosted
323331
version: "0.6.0"
332+
tint:
333+
dependency: transitive
334+
description:
335+
name: tint
336+
sha256: "9652d9a589f4536d5e392cf790263d120474f15da3cf1bee7f1fdb31b4de5f46"
337+
url: "https://pub.dev"
338+
source: hosted
339+
version: "2.0.1"
324340
typed_data:
325341
dependency: transitive
326342
description:

packages/rfw_tools/pubspec.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@ dependencies:
1515
args: ^2.4.2
1616

1717
dev_dependencies:
18+
import_sorter: ^4.6.0
1819
lints: ^3.0.0
1920
test: ^1.24.0

0 commit comments

Comments
 (0)