From cac4578bd8f352c1a7589a96c4e7fc39e424b192 Mon Sep 17 00:00:00 2001 From: Omar Yehia Date: Sat, 11 Jan 2025 14:29:12 +0200 Subject: [PATCH] update deps --- pubspec.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index d1b8f70..17f9c82 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: status_alert description: Display Apple system-like self-hiding status alerts. It is well suited for notifying user without interrupting user flow. -version: 1.0.1 +version: 1.0.2 homepage: https://github.com/yako-dev/flutter-status-alert environment: @@ -9,7 +9,10 @@ environment: dependencies: flutter: sdk: flutter - flare_flutter: ^3.0.2 + flare_flutter: + git: + url: https://github.com/quqo-dev/Flare-Flutter.git + path: flare_flutter dev_dependencies: flutter_test: