Ahmed Ashour
Ahmed Ashour
On looking at #50011, whether to find a fix or not, seems to be dependent on the match between the package name and folder name. Steps: 1. Create a new...
For example, on running a data driven [test](https://github.com/dart-lang/sdk/blob/fba97eb77f1218025e73134a9cbfe94f49dcb98d/pkg/analysis_server/test/src/services/correction/fix/data_driven/replaced_by_test.dart#L868), while writing the path of files created in https://github.com/dart-lang/sdk/blob/fba97eb77f1218025e73134a9cbfe94f49dcb98d/pkg/analysis_server/test/abstract_single_unit.dart#L56 The output is: ``` path /home/test/.dart_tool/package_config.json path C:\home\test\analysis_options.yaml path /home/p/lib/lib.dart path /home/test/.dart_tool/package_config.json path...
In [AddExplicitCast](https://github.com/dart-lang/sdk/blob/main/pkg/analysis_server/lib/src/services/correction/dart/add_explicit_cast.dart) correction: - [ ] there are 5 TODOs - [ ] 10 of the [test](https://github.com/dart-lang/sdk/blob/main/pkg/analysis_server/test/src/services/correction/fix/add_explicit_cast_test.dart)s are failing because they require enabling FixInFile in 10 tests (related to #45026)....
## unnecessary_future_value_in_async_return *AVOID* returning a Future value in the return statement of an `async` function. ## Details There is no need to wrap the returned value in `Future.value` in the...
I guess the folder name should be changed. >PS C:\Flutter-ShareWhatYouKnow\002-navigator2> flutter create . "002-navigator2" is not a valid Dart package name. Thanks.
**Describe the bug** When setting the `locale` to something like `ar`, one would expect that all messages are now in that locale. **Package version** **Flutter version** `master` channel. **To Reproduce**...
This PR removes duplicate words on consecutive lines. ## Pre-launch Checklist - [X] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [X] I...
There are some places where `to to`, or `the the` is commented. Also, there are some misspellings, in the comments, or in some method names.