refactor: Update flutter lints
This commit is contained in:
parent
b473f514ba
commit
35983437e2
15 changed files with 43 additions and 82 deletions
|
|
@ -85,14 +85,16 @@ dependencies:
|
|||
webrtc_interface: ^1.3.0
|
||||
|
||||
dev_dependencies:
|
||||
flutter_lints: ^3.0.0
|
||||
flutter_lints: ^6.0.0
|
||||
flutter_native_splash: ^2.4.7
|
||||
flutter_test:
|
||||
sdk: flutter
|
||||
import_sorter: ^4.6.0
|
||||
integration_test:
|
||||
sdk: flutter
|
||||
license_checker: ^1.6.0
|
||||
# Waiting for https://github.com/rufman/license_checker/pull/47
|
||||
license_checker:
|
||||
git: https://github.com/krille-chan/license_checker.git
|
||||
translations_cleaner: ^0.0.5
|
||||
|
||||
import_sorter:
|
||||
|
|
@ -116,4 +118,4 @@ flutter:
|
|||
# 1. Don't do it if you can avoid it or fix it upstream in a manageable time
|
||||
# 2. Always link an (upstream?) issue
|
||||
# 3. Explain how and when this can be removed (overrides must be temporarily)
|
||||
dependency_overrides:
|
||||
dependency_overrides:
|
||||
Loading…
Add table
Add a link
Reference in a new issue