1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 22:09:06 +00:00

Clean up SDK constraints and lints (#2471)

This commit is contained in:
Parker Lougheed
2024-10-11 19:05:16 -05:00
committed by GitHub
parent 35787ba95c
commit 90f0584108
66 changed files with 71 additions and 75 deletions

View File

@@ -3,7 +3,7 @@ description: "flutter_web_startup_analyzer example"
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: ^3.4.0-0
sdk: ^3.5.0
flutter: ^3.16.0
dependencies:
flutter:
@@ -14,6 +14,6 @@ dependencies:
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^4.0.0
flutter_lints: ^5.0.0
flutter:
uses-material-design: true