Update SDK and Flutter version constraints
Compatible with lower versions of Flutter
This commit is contained in:
parent
76daccbc71
commit
fbac311601
1 changed files with 3 additions and 3 deletions
|
|
@ -5,8 +5,8 @@ repository: https://github.com/EmilyMoonstone/material_3_expressive/tree/main/pa
|
|||
issue_tracker: https://github.com/EmilyMonestone/material_3_expressive/issues
|
||||
|
||||
environment:
|
||||
sdk: ^3.9.2
|
||||
flutter: ">=1.17.0"
|
||||
sdk: ">=3.5.0 <4.0.0"
|
||||
flutter: ">=3.22.0"
|
||||
|
||||
dependencies:
|
||||
flutter:
|
||||
|
|
@ -18,4 +18,4 @@ dev_dependencies:
|
|||
sdk: flutter
|
||||
|
||||
flutter:
|
||||
uses-material-design: true
|
||||
uses-material-design: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue