Skip to content

Commit e9e6f03

Browse files
committed
Add cupertino_icons
1 parent 06815e4 commit e9e6f03

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

pubspec.lock

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,14 @@ packages:
194194
url: "https://pub.dev"
195195
source: hosted
196196
version: "3.0.6"
197+
cupertino_icons:
198+
dependency: "direct main"
199+
description:
200+
name: cupertino_icons
201+
sha256: ba631d1c7f7bef6b729a622b7b752645a2d076dba9976925b8f25725a30e1ee6
202+
url: "https://pub.dev"
203+
source: hosted
204+
version: "1.0.8"
197205
custom_lint:
198206
dependency: "direct dev"
199207
description:

pubspec.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ environment:
99
dependencies:
1010
analyzer: ^7.3.0
1111
collection: ^1.19.0
12+
# Temporary fix for https://github.com/flutter/flutter/issues/119074
13+
cupertino_icons: ^1.0.8
1214
flex_color_scheme: ^8.2.0
1315
flutter:
1416
sdk: flutter

0 commit comments

Comments
 (0)