Skip to content
This repository was archived by the owner on Jul 12, 2024. It is now read-only.

Commit 59d4b96

Browse files
committed
fix: Removed unused dependencies, Update dependencies in pubspec.yaml
1 parent 06af3c9 commit 59d4b96

File tree

2 files changed

+9
-28
lines changed

2 files changed

+9
-28
lines changed

pubspec.lock

-24
Original file line numberDiff line numberDiff line change
@@ -89,14 +89,6 @@ packages:
8989
url: "https://pub.dev"
9090
source: hosted
9191
version: "1.0.0"
92-
cupertino_icons:
93-
dependency: "direct main"
94-
description:
95-
name: cupertino_icons
96-
sha256: ba631d1c7f7bef6b729a622b7b752645a2d076dba9976925b8f25725a30e1ee6
97-
url: "https://pub.dev"
98-
source: hosted
99-
version: "1.0.8"
10092
device_info_plus:
10193
dependency: transitive
10294
description:
@@ -216,14 +208,6 @@ packages:
216208
description: flutter
217209
source: sdk
218210
version: "0.0.0"
219-
go_router:
220-
dependency: "direct main"
221-
description:
222-
name: go_router
223-
sha256: abec47eb8c8c36ebf41d0a4c64dbbe7f956e39a012b3aafc530e951bdc12fe3f
224-
url: "https://pub.dev"
225-
source: hosted
226-
version: "14.1.4"
227211
html:
228212
dependency: transitive
229213
description:
@@ -288,14 +272,6 @@ packages:
288272
url: "https://pub.dev"
289273
source: hosted
290274
version: "4.0.0"
291-
logging:
292-
dependency: transitive
293-
description:
294-
name: logging
295-
sha256: "623a88c9594aa774443aa3eb2d41807a48486b5613e67599fb4c41c0ad47c340"
296-
url: "https://pub.dev"
297-
source: hosted
298-
version: "1.2.0"
299275
matcher:
300276
dependency: transitive
301277
description:

pubspec.yaml

+9-4
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,19 @@ dependencies:
3131
flutter:
3232
sdk: flutter
3333

34-
# The following adds the Cupertino Icons font to your application.
35-
# Use with the CupertinoIcons class for iOS style icons.
36-
cupertino_icons: ^1.0.6
34+
# Allows vector graphics support using SVG files in your Flutter application.
3735
flutter_svg: ^2.0.0
38-
go_router: ^14.1.4
36+
37+
# A secure and easy solution for handling authentication, real-time databases, storage, and more in your Flutter apps.
3938
appwrite: ^12.0.4
39+
40+
# A package for loading environment variables at runtime from a .env file, useful for managing configuration and secrets.
4041
flutter_dotenv: ^5.1.0
42+
43+
# A reactive state-management package that allows you to manage app state in a more scalable way, using the provider pattern.
4144
flutter_riverpod: ^2.5.1
45+
46+
# A lightweight and customizable package for showing toast messages. It is useful for displaying brief notifications.
4247
toastification: ^2.0.0
4348

4449
dev_dependencies:

0 commit comments

Comments
 (0)