We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a41949e commit 5573246Copy full SHA for 5573246
app/pubspec.lock
@@ -305,6 +305,14 @@ packages:
305
url: "https://pub.dev"
306
source: hosted
307
version: "1.0.0"
308
+ cupertino_icons:
309
+ dependency: "direct main"
310
+ description:
311
+ name: cupertino_icons
312
+ sha256: ba631d1c7f7bef6b729a622b7b752645a2d076dba9976925b8f25725a30e1ee6
313
+ url: "https://pub.dev"
314
+ source: hosted
315
+ version: "1.0.8"
316
dart_geohash:
317
dependency: "direct main"
318
description:
app/pubspec.yaml
@@ -25,6 +25,7 @@ environment:
25
dependencies:
26
collection: ^1.18.0
27
convert: ^3.1.1
28
+ cupertino_icons: ^1.0.8
29
latlong2: ^0.9.0
30
# intl - format numbers
31
intl: ^0.18.1
0 commit comments