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: