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

Commit

Permalink
refactor: Update flutter_svg dependency order
Browse files Browse the repository at this point in the history
  • Loading branch information
xuelink committed Jun 29, 2024
1 parent 59d4b96 commit 8a290e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ dependencies:
flutter:
sdk: flutter

# Allows vector graphics support using SVG files in your Flutter application.
flutter_svg: ^2.0.0

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

Expand All @@ -43,6 +40,9 @@ dependencies:
# 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

# Allows vector graphics support using SVG files in your Flutter application.
flutter_svg: ^2.0.0

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

Expand Down

0 comments on commit 8a290e5

Please sign in to comment.