Skip to content

Commit

Permalink
Merge pull request #5 from nomo-app/develop
Browse files Browse the repository at this point in the history
Fix lint
  • Loading branch information
nomo-app authored Dec 4, 2023
2 parents 2261219 + 846ddca commit dc675d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
include: package:very_good_analysis/analysis_options.yaml

analyzer:
# exclude:
# - "**/*.g.dart"
exclude:
- packages/**



linter:
Expand Down
2 changes: 1 addition & 1 deletion lib/components/text/nomo_text.dart
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ Size calculateTextSize({required String text, required TextStyle? style, double
style: style,
),
textDirection: TextDirection.ltr,
textScaleFactor: textScaleFactor,
textScaler: TextScaler.linear(textScaleFactor),
)..layout();

return textPainter.size;
Expand Down

0 comments on commit dc675d8

Please sign in to comment.