Skip to content

Commit 669deb5

Browse files
committed
chore: remove cupertino icons, change package name
1 parent d565298 commit 669deb5

3 files changed

Lines changed: 1 addition & 9 deletions

File tree

android/app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2-
package="com.example.chess_timer">
2+
package="app.stolk.chess_timer">
33
<application
44
android:label="Chess Timer"
55
android:name="${applicationName}"

pubspec.lock

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -162,13 +162,6 @@ packages:
162162
url: "https://pub.dartlang.org"
163163
source: hosted
164164
version: "3.0.2"
165-
cupertino_icons:
166-
dependency: "direct main"
167-
description:
168-
name: cupertino_icons
169-
url: "https://pub.dartlang.org"
170-
source: hosted
171-
version: "1.0.5"
172165
dart_style:
173166
dependency: transitive
174167
description:

pubspec.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ dependencies:
1313
sdk: flutter
1414
bloc: ^8.0.3
1515
flutter_bloc: ^8.0.1
16-
cupertino_icons: ^1.0.2
1716
freezed_annotation: ^2.1.0
1817
hive: ^2.2.3
1918
hive_flutter: ^1.1.0

0 commit comments

Comments
 (0)