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

Commit

Permalink
fix: Removed unused dependencies, Update dependencies in pubspec.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
xuelink committed Jun 29, 2024
1 parent 06af3c9 commit 59d4b96
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 28 deletions.
24 changes: 0 additions & 24 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -89,14 +89,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "1.0.0"
cupertino_icons:
dependency: "direct main"
description:
name: cupertino_icons
sha256: ba631d1c7f7bef6b729a622b7b752645a2d076dba9976925b8f25725a30e1ee6
url: "https://pub.dev"
source: hosted
version: "1.0.8"
device_info_plus:
dependency: transitive
description:
Expand Down Expand Up @@ -216,14 +208,6 @@ packages:
description: flutter
source: sdk
version: "0.0.0"
go_router:
dependency: "direct main"
description:
name: go_router
sha256: abec47eb8c8c36ebf41d0a4c64dbbe7f956e39a012b3aafc530e951bdc12fe3f
url: "https://pub.dev"
source: hosted
version: "14.1.4"
html:
dependency: transitive
description:
Expand Down Expand Up @@ -288,14 +272,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "4.0.0"
logging:
dependency: transitive
description:
name: logging
sha256: "623a88c9594aa774443aa3eb2d41807a48486b5613e67599fb4c41c0ad47c340"
url: "https://pub.dev"
source: hosted
version: "1.2.0"
matcher:
dependency: transitive
description:
Expand Down
13 changes: 9 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,19 @@ dependencies:
flutter:
sdk: flutter

# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.6
# Allows vector graphics support using SVG files in your Flutter application.
flutter_svg: ^2.0.0
go_router: ^14.1.4

# A secure and easy solution for handling authentication, real-time databases, storage, and more in your Flutter apps.
appwrite: ^12.0.4

# A package for loading environment variables at runtime from a .env file, useful for managing configuration and secrets.
flutter_dotenv: ^5.1.0

# A reactive state-management package that allows you to manage app state in a more scalable way, using the provider pattern.
flutter_riverpod: ^2.5.1

# A lightweight and customizable package for showing toast messages. It is useful for displaying brief notifications.
toastification: ^2.0.0

dev_dependencies:
Expand Down

0 comments on commit 59d4b96

Please sign in to comment.