Skip to content

Commit 5573246

Browse files
committed
add cupertino icons to fix warning
1 parent a41949e commit 5573246

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

app/pubspec.lock

+8
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,14 @@ packages:
305305
url: "https://pub.dev"
306306
source: hosted
307307
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"
308316
dart_geohash:
309317
dependency: "direct main"
310318
description:

app/pubspec.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ environment:
2525
dependencies:
2626
collection: ^1.18.0
2727
convert: ^3.1.1
28+
cupertino_icons: ^1.0.8
2829
latlong2: ^0.9.0
2930
# intl - format numbers
3031
intl: ^0.18.1

0 commit comments

Comments
 (0)