1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-13 10:59:04 +00:00

[desktop_photo_search] Tighten constraints then regenerate files (#1986)

No functional changes, just cleanup. 

Updating the build_value build dependencies then regenerating allows us
to remove the analysis excludes in the `analysis_options.yaml` files due
to them now ignoring lints.
This commit is contained in:
Parker Lougheed
2023-08-09 01:25:41 -05:00
committed by GitHub
parent 95e4d1ad77
commit c206bae810
32 changed files with 459 additions and 393 deletions

View File

@@ -1,8 +1,5 @@
include: package:analysis_defaults/flutter.yaml
analyzer:
exclude: [lib/src/**.g.dart]
linter:
rules:
sort_pub_dependencies: true