fix dart version too high

This commit is contained in:
Phani Pavan K
2024-01-21 14:35:55 +05:30
parent f5723d7c6a
commit 392680cd29
3 changed files with 9 additions and 5 deletions

View File

@@ -1,11 +1,11 @@
name: modal_progress_hud_nsn
description: A modal progress indicator widget with Sound Null Safety. A fork of https://github.com/mmcc007/modal_progress_hud
version: 0.5.0
version: 0.5.1
#author: Phani Pavan K
homepage: https://github.com/kphanipavan/modal_progress_hud_nsn
environment:
sdk: '>=3.2.5 <4.0.0'
sdk: '>=2.19.6 <4.0.0'
flutter: ">=1.17.0"
dependencies:
@@ -15,6 +15,6 @@ dependencies:
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^3.0.1
flutter_lints: ^2.0.0
flutter: