-
Notifications
You must be signed in to change notification settings - Fork 29.8k
Adds dart_fix support to flutter_test
#124347
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
goderbauer
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some fly-by comment. I am so excited to have this! Also, thank you soo much for adding all these fixes for existing deprecated properties!
packages/flutter_test/lib/fix_data/fix_flutter_test/fix_animation_sheet_builder.yaml
Outdated
Show resolved
Hide resolved
...st/lib/fix_data/fix_flutter_test/fix_binding/fix_automated_test_widgets_flutter_binding.yaml
Outdated
Show resolved
Hide resolved
packages/flutter_test/test_fixes/flutter_test/animation_sheet_builder.dart
Outdated
Show resolved
Hide resolved
...ges/flutter_test/test_fixes/flutter_test/binding/automated_test_widgets_flutter_binding.dart
Outdated
Show resolved
Hide resolved
Piinks
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is AWESOME! Thank you! 🎉
packages/flutter_test/lib/fix_data/fix_flutter_test/fix_animation_sheet_builder.yaml
Outdated
Show resolved
Hide resolved
packages/flutter_test/lib/fix_data/fix_flutter_test/fix_animation_sheet_builder.yaml
Outdated
Show resolved
Hide resolved
packages/flutter_test/lib/fix_data/fix_flutter_test/fix_animation_sheet_builder.yaml
Outdated
Show resolved
Hide resolved
...er_test/lib/fix_data/fix_flutter_test/fix_binding/fix_live_test_widgets_flutter_binding.yaml
Outdated
Show resolved
Hide resolved
...flutter_test/lib/fix_data/fix_flutter_test/fix_binding/fix_test_widgets_flutter_binding.yaml
Outdated
Show resolved
Hide resolved
...flutter_test/lib/fix_data/fix_flutter_test/fix_binding/fix_test_widgets_flutter_binding.yaml
Outdated
Show resolved
Hide resolved
packages/flutter_test/test_fixes/flutter_test/animation_sheet_builder.dart
Outdated
Show resolved
Hide resolved
...ges/flutter_test/test_fixes/flutter_test/binding/automated_test_widgets_flutter_binding.dart
Outdated
Show resolved
Hide resolved
|
LOL I am too slow for @goderbauer |
goderbauer
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Deferring to @Piinks for final approval!
packages/flutter_test/test_fixes/flutter_test/binding/test_widgets_flutter_binding.dart
Outdated
Show resolved
Hide resolved
Piinks
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* Adds fixes for the first round of deprecations listed in flutter#122323 * Adds tests for all new fixes * Adds a note for the `runTest(timeout)` deprecations to prevent them from being removed before `integration_test` also has `dart fix` support
* Fixed typos in README.md * Updated examples in `flutter_test`'s README.md to relate better to `flutter_test`'s codebase * Updated various fix titles * Simplified some of the fix tests * Added "Changes added" comments to lines in fix tests * Added missing newlines for ends of files
c1dce60 to
7d242f1
Compare
Adds `dart_fix` support to `flutter_test`

runTest(timeout)deprecations to prevent them from being removed beforeintegration_testalso hasdart fixsupportResolves #123154
Pre-launch Checklist
///).If you need help, consider asking for advice on the #hackers-new channel on [Discord].