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

Commit 8a290e5

Browse files
committed
refactor: Update flutter_svg dependency order
1 parent 59d4b96 commit 8a290e5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pubspec.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ dependencies:
3131
flutter:
3232
sdk: flutter
3333

34-
# Allows vector graphics support using SVG files in your Flutter application.
35-
flutter_svg: ^2.0.0
36-
3734
# A secure and easy solution for handling authentication, real-time databases, storage, and more in your Flutter apps.
3835
appwrite: ^12.0.4
3936

@@ -43,6 +40,9 @@ dependencies:
4340
# A reactive state-management package that allows you to manage app state in a more scalable way, using the provider pattern.
4441
flutter_riverpod: ^2.5.1
4542

43+
# Allows vector graphics support using SVG files in your Flutter application.
44+
flutter_svg: ^2.0.0
45+
4646
# A lightweight and customizable package for showing toast messages. It is useful for displaying brief notifications.
4747
toastification: ^2.0.0
4848

0 commit comments

Comments
 (0)