fix: Textfield helper Text #1699
Annotations
4 warnings and 10 notices
Run Tests
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/
|
Run Tests
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/
|
Run Tests
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/
|
Run Tests
Unexpected input(s) 'folders', valid inputs are ['github_token', 'version']
|
Run Tests:
examples/todo_list/lib/pages/todo_list_page.dart#L72
Try rewriting the code to not use the 'BuildContext', or guard the use with a 'mounted' check.
See https://dart.dev/diagnostics/use_build_context_synchronously to learn more about this problem.
|
Run Tests:
packages/mix/test/src/specs/text/text_spec_test.dart#L333
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.
|
Run Tests:
packages/mix_generator/lib/src/builders/utility_class_builder.dart#L60
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.
|
Run Tests:
packages/mix_generator/lib/src/helpers/builder_utils.dart#L267
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.
|
Run Tests:
packages/mix_generator/lib/src/helpers/field_info.dart#L126
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.
|
Run Tests:
packages/mix_generator/lib/src/helpers/field_info.dart#L189
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.
|
Run Tests:
packages/mix_generator/lib/src/helpers/helpers.dart#L17
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.
|
Run Tests:
packages/mix_generator/lib/src/helpers/helpers.dart#L109
Try using a logging framework.
See https://dart.dev/diagnostics/avoid_print to learn more about this problem.
|
Run Tests:
packages/mix_generator/lib/src/mixable_class_utility_generator.dart#L56
Try changing the name to 'annotation'.
See https://dart.dev/diagnostics/avoid_renaming_method_parameters to learn more about this problem.
|
Run Tests:
packages/mix_generator/lib/src/mixable_dto_generator.dart#L61
Try changing the name to 'annotation'.
See https://dart.dev/diagnostics/avoid_renaming_method_parameters to learn more about this problem.
|
Loading