Skip to content

feat: add mix_tailwinds Tailwind utility layer (POC) #2838

feat: add mix_tailwinds Tailwind utility layer (POC)

feat: add mix_tailwinds Tailwind utility layer (POC) #2838

Triggered via pull request February 6, 2026 19:41
Status Success
Total duration 3m 15s
Artifacts

test.yml

on: pull_request
Format Check
1m 19s
Format Check
Test  /  Run tests for all packages
3m 11s
Test / Run tests for all packages
Fit to window
Zoom out
Zoom in

Annotations

3 warnings and 10 notices
Test / Run tests for all packages
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test / Run tests for all packages
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test / Run tests for all packages
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
'wrap' is deprecated and shouldn't be used. Use IconStyler().wrap() method directly instead. This property was deprecated after Mix v2.0.0.: packages/mix/test/src/specs/icon/icon_util_test.dart#L187
Try replacing the use of the deprecated member with the replacement. See https://dart.dev/diagnostics/deprecated_member_use_from_same_package to learn more about this problem.
'wrap' is deprecated and shouldn't be used. Use IconStyler().wrap() method directly instead. This property was deprecated after Mix v2.0.0.: packages/mix/test/src/specs/icon/icon_util_test.dart#L73
Try replacing the use of the deprecated member with the replacement. See https://dart.dev/diagnostics/deprecated_member_use_from_same_package to learn more about this problem.
'wrap' is deprecated and shouldn't be used. Use FlexBoxStyler().wrap() method directly instead. This property was deprecated after Mix v2.0.0.: packages/mix/test/src/specs/flexbox/flexbox_util_test.dart#L185
Try replacing the use of the deprecated member with the replacement. See https://dart.dev/diagnostics/deprecated_member_use_from_same_package to learn more about this problem.
'wrap' is deprecated and shouldn't be used. Use FlexBoxStyler().wrap() method directly instead. This property was deprecated after Mix v2.0.0.: packages/mix/test/src/specs/flexbox/flexbox_util_test.dart#L50
Try replacing the use of the deprecated member with the replacement. See https://dart.dev/diagnostics/deprecated_member_use_from_same_package to learn more about this problem.
'wrap' is deprecated and shouldn't be used. Use FlexStyler().wrap() method directly instead. This property was deprecated after Mix v2.0.0.: packages/mix/test/src/specs/flex/flex_util_test.dart#L315
Try replacing the use of the deprecated member with the replacement. See https://dart.dev/diagnostics/deprecated_member_use_from_same_package to learn more about this problem.
'wrap' is deprecated and shouldn't be used. Use BoxStyler().wrap() method directly instead. This property was deprecated after Mix v2.0.0.: packages/mix/test/src/specs/box/box_util_test.dart#L155
Try replacing the use of the deprecated member with the replacement. See https://dart.dev/diagnostics/deprecated_member_use_from_same_package to learn more about this problem.
'wrap' is deprecated and shouldn't be used. Use BoxStyler().wrap() method directly instead. This property was deprecated after Mix v2.0.0.: packages/mix/test/src/specs/box/box_util_test.dart#L48
Try replacing the use of the deprecated member with the replacement. See https://dart.dev/diagnostics/deprecated_member_use_from_same_package to learn more about this problem.
Use the null-aware marker '?' rather than a null check via an 'if'.: examples/lib/components/custom_scaffold.dart#L38
Try using '?'. See https://dart.dev/diagnostics/use_null_aware_elements to learn more about this problem.
'BoxMix' is deprecated and shouldn't be used. Use BoxStyler instead.: examples/lib/api/animation/keyframe.loop.dart#L47
Try replacing the use of the deprecated member with the replacement. See https://dart.dev/diagnostics/deprecated_member_use to learn more about this problem.
'IconMix' is deprecated and shouldn't be used. Use IconStyler instead.: examples/lib/api/animation/keyframe.heart.dart#L111
Try replacing the use of the deprecated member with the replacement. See https://dart.dev/diagnostics/deprecated_member_use to learn more about this problem.