Polina Cherkasova
Polina Cherkasova
Part of the leak_tracker adoption plan: https://github.com/flutter/devtools/issues/3951 [freshest leak tracker README.md](https://github.com/dart-lang/leak_tracker/blob/e4edef3cfd431f8c438e6353194da0eba197e118/README.md) Fixes: https://github.com/flutter/flutter/issues/117063 The test failures are time-outs, and pass locally, so it seems to be flakiness.
I am following https://docs.flutter.dev/development/accessibility-and-localization/internationalization#introduction-to-localizations-in-flutter I got app_localizations.dart generated, but import of `gen_l10n/app_localizations.dart` is not recognized. My pubspec: ``` dependencies: flutter: sdk: flutter flutter_localizations: sdk: flutter intl: ^0.18.0 ```
### Proposal It would be amazing if items in diagrams were clickable, i.e. some elements contained links. I need it for https://pub.dev/packages/layerlens. LayerLens generates a diagram in each folder. I...
### Description This is example of diagram that would be much easier to read, if it was zoomable and scrollable: https://github.com/polina-c/flutter/blob/diagrams/packages/flutter/lib/src/foundation/DEPENDENCIES.md ### Steps to reproduce  to rump up with flutter. Path setup is a huge ramp up friction point for both mac and windows, because people normally do not...
### Is there an existing issue for this? - [X] I have searched the [existing issues](https://github.com/flutter/flutter/issues) - [X] I have read the [guide to filing a bug](https://flutter.dev/docs/resources/bug-reports) ### Steps to...
### Is there an existing issue for this? - [X] I have searched the [existing issues](https://github.com/flutter/flutter/issues) - [X] I have read the [guide to filing a bug](https://flutter.dev/docs/resources/bug-reports) ### Steps to...
### Is there an existing issue for this? - [X] I have searched the [existing issues](https://github.com/flutter/flutter/issues) - [X] I have read the [guide to filing a bug](https://flutter.dev/docs/resources/bug-reports) ### Steps to...
### Is there an existing issue for this? - [X] I have searched the [existing issues](https://github.com/flutter/flutter/issues) - [X] I have read the [guide to filing a bug](https://flutter.dev/docs/resources/bug-reports) ### Steps to...
1. Open https://github.com/flutter/flutter/blob/master/packages/flutter/test/animation/animation_sheet_test.dart 2. Convert testWidgets to testWidgetsWithLeakTracking 3. Run the tests Parent issue: https://github.com/flutter/devtools/issues/3951