Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Workspace-level analyzer config.
#
# `plugins:` must be declared at the root of the pub workspace (the analyzer
# rejects it inside member packages). mix_lint adds Mix-specific diagnostics on
# top of each package's own analysis_options.yaml.
#
# See https://www.fluttermix.com/documentation/mix/ecosystem/mix-lint
plugins:
mix_lint:
diagnostics:
mix_avoid_defining_tokens_within_style: true
mix_avoid_defining_tokens_within_scope: true
mix_avoid_token_ref_outside_mix: true
mix_avoid_empty_variants: true
mix_max_number_of_attributes_per_style: true
mix_variants_last: true
mix_mixable_styler_has_create: true
mix_prefer_dot_shorthands: true
37 changes: 21 additions & 16 deletions packages/remix/lib/src/components/accordion/accordion.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 16 additions & 11 deletions packages/remix/lib/src/components/avatar/avatar.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions packages/remix/lib/src/components/badge/badge.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 16 additions & 11 deletions packages/remix/lib/src/components/callout/callout.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 7 additions & 2 deletions packages/remix/lib/src/components/card/card.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions packages/remix/lib/src/components/checkbox/checkbox.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading