chore(repo): updated minimum supported SDK version to Flutter 3.10/Dart 3.0

Signed-off-by: xsahil03x <[email protected]>
Signed-off-by: Sahil Kumar <[email protected]>
This commit is contained in:
Sahil Kumar
2023-08-17 13:13:13 +05:30
parent f7e676b1af
commit 875ff934b6
11 changed files with 46 additions and 46 deletions
@@ -4,8 +4,8 @@ publish_to: 'none'
version: 1.0.0+1
environment:
sdk: '>=2.19.0 <4.0.0'
flutter: ">=3.7.0"
sdk: ">=3.0.0 <4.0.0"
flutter: ">=3.10.0"
dependencies:
collection: ^1.15.0