We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c99e96 commit ce68852Copy full SHA for ce68852
pubspec.lock
@@ -88,6 +88,14 @@ packages:
88
description: flutter
89
source: sdk
90
version: "0.0.0"
91
+ fluttericon:
92
+ dependency: "direct main"
93
+ description:
94
+ name: fluttericon
95
+ sha256: "252fa8043826e93d972a602497a260cb3d62b5aea6d045793e4381590f2c1e99"
96
+ url: "https://pub.dev"
97
+ source: hosted
98
+ version: "2.0.0"
99
github:
100
dependency: "direct main"
101
description:
pubspec.yaml
@@ -41,6 +41,7 @@ dependencies:
41
github: ^9.17.0
42
window_to_front:
43
path: ../window_to_front
44
+ fluttericon: ^2.0.0
45
46
dev_dependencies:
47
flutter_test:
0 commit comments