chore: add Flutter demo embedding to website #2839
test.yml
on: pull_request
Format Check
1m 21s
Test
/
Run tests for all packages
3m 27s
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#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.
|
|
Dangling library doc comment.:
examples/lib/multi_view_stub.dart#L4
Add a 'library' directive after the library comment.
See https://dart.dev/diagnostics/dangling_library_doc_comments 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.
|