1
0
mirror of https://github.com/flutter/samples.git synced 2026-07-14 13:01:23 +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

@@ -41,4 +41,4 @@ Serializers _$serializers = (new Serializers().toBuilder()
() => new ListBuilder<CurrentUserCollections>()))
.build();
// ignore_for_file: always_put_control_body_on_new_line,always_specify_types,annotate_overrides,avoid_annotating_with_dynamic,avoid_as,avoid_catches_without_on_clauses,avoid_returning_this,deprecated_member_use_from_same_package,lines_longer_than_80_chars,omit_local_variable_types,prefer_expression_function_bodies,sort_constructors_first,test_types_in_equals,unnecessary_const,unnecessary_new
// ignore_for_file: deprecated_member_use_from_same_package,type=lint