Michael Goderbauer
Michael Goderbauer
(triage): @evan361425 It looks like the analyzer is currently not happy with this change. Could you address that?
(triage): Spoke to @robert-ancell last week and he said this is back on his radar.
(triage): I am going to close this for now since there hasn't been any follow-up. Feel free to reopen (or create a new PR) when you have the time to...
@team-macos: Can you give this an appropriate priority? Based on @cbracken's message above this doesn't sound like a P0.
(triage): I spoke to @cbracken and this is still on his radar. It needs some small tweaks to land.
(triage) Spoke to @ditman and he said he will land this soon.
> Thanks to the listenable returned by [TickerMode.getNotifier](https://main-api.flutter.dev/flutter/widgets/TickerMode/getNotifier.html), a ticker provider can update its ticker based on the ancestor TickerMode without triggering a rebuild. > > Once this pull request...
(triage): @D-extremity Do you still have plans to follow up on the feedback given above?
I just gave this another try in https://github.com/flutter/flutter/pull/159445 with dartdoc 8.3.0 and I am running into the same problem: Generated URL: `package-flutter_driver_flutter_driver/FlutterDriver/FlutterDriver.connectedTo.html` Expected URL: `flutter_driver/FlutterDriver/FlutterDriver.connectedTo.html`
@srawlins Did you remove the library name from `packages/flutter_driver/lib/flutter_driver.dart` [1] before running dartdoc? With the library name (currently checked in) it does not reproduce, without the library name (code is...