1
0
mirror of https://github.com/flutter/samples.git synced 2026-04-18 21:12:29 +00:00

linting_tool: Fix warnings and update dependencies (#981)

This commit is contained in:
Brett Morgan
2022-01-06 16:16:23 +11:00
committed by GitHub
parent 0cb331f7a7
commit a5203b071c
3 changed files with 21 additions and 16 deletions

View File

@@ -6,12 +6,12 @@ version: 1.0.0+1
publish_to: 'none'
environment:
sdk: ">=2.12.0 <3.0.0"
sdk: ">=2.15.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
adaptive_breakpoints: ^0.0.4
adaptive_breakpoints: ^0.1.1
cupertino_icons: ^1.0.2
equatable: ^2.0.3
file_selector: ^0.8.2
@@ -24,10 +24,10 @@ dependencies:
hive: ^2.0.4
hive_flutter: ^1.1.0
http: ^0.13.3
json2yaml: ^2.0.0
json2yaml: ^3.0.0
json_annotation: ^4.0.1
mockito: ^5.0.13
provider: ^5.0.0
provider: ^6.0.2
yaml: ^3.1.0
context_menus: ^0.1.0+5
window_size:
@@ -42,7 +42,7 @@ dev_dependencies:
build_runner: ^2.0.6
flutter_lints: ^1.0.3
hive_generator: ^1.1.0
json_serializable: ^4.1.4
json_serializable: ^6.1.3
flutter:
uses-material-design: true