Skip to content

Commit

Permalink
Merge pull request #177 from conceptadev/chore/utility-doc-consolidation
Browse files Browse the repository at this point in the history
Updated box decoration utilities
  • Loading branch information
leoafarias authored Jan 27, 2024
2 parents edf3537 + 881f6c4 commit 9803606
Show file tree
Hide file tree
Showing 26 changed files with 1,286 additions and 658 deletions.
8 changes: 4 additions & 4 deletions .pubignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
demo
website
widgetbook
tool
demo/
website/
widgetbook/
tool/
8 changes: 3 additions & 5 deletions analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ analyzer:

dart_code_metrics:
extends:
- package:dart_code_metrics_presets/all.yaml
- package:dart_code_metrics_presets/recommended.yaml
metrics-exclude:
- test/**
rules-exclude:
- "test/**"
rules:
no-object-declaration: false
prefer-match-file-name: false
no-object-declaration: false
prefer-single-widget-per-file: false
parameters-ordering: false
prefer-dedicated-media-query-methods: false
Expand All @@ -35,7 +35,6 @@ dart_code_metrics:
prefer-widget-private-members: false
prefer-static-class: false
avoid-late-keyword: false
avoid-barrel-files: false
avoid-declaring-call-method: false
avoid-long-parameter-list: false
avoid-recursive-calls: false
Expand All @@ -45,9 +44,8 @@ dart_code_metrics:
prefer-correct-identifier-length: false
avoid-unsafe-collection-methods: false
avoid-similar-names: false
format-comment: false
no-equal-arguments: false
prefer_initializing_formals: false
prefer-prefixed-global-constants: false
avoid-returning-widgets: false
avoid-nested-conditional-expressions:
acceptable-level: 3
Expand Down
1 change: 0 additions & 1 deletion lib/src/attributes/border/border_radius_dto.dart
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import '../../theme/tokens/radius_token.dart';
///
/// See also:
/// - [BorderRadiusGeometry], which is the Flutter counterpart of this class.
@immutable
class BorderRadiusGeometryDto extends Dto<BorderRadiusGeometry>
with Mergeable<BorderRadiusGeometryDto> {
Expand Down
Loading

1 comment on commit 9803606

@vercel
Copy link

@vercel vercel bot commented on 9803606 Jan 27, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.