-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Closed
Copy link
Labels
P2A bug or feature request we're likely to work onA bug or feature request we're likely to work ondevexp-serverIssues related to some aspect of the analysis serverIssues related to some aspect of the analysis serverlegacy-area-analyzerUse area-devexp instead.Use area-devexp instead.type-bugIncorrect behavior (everything from a crash to more subtle misbehavior)Incorrect behavior (everything from a crash to more subtle misbehavior)
Description
From flutter/flutter#150798:
I (@goderbauer) turned on the comment_references lint and looked at what needed fixing inside of the animation library.
There are a couple of places where for some reason adding a docImport didn't fix the comment_references warning:
- All the references in the doc on the
librarystatement of the animations library (no doc import helps), example: https://github.com/flutter/flutter/blob/65e6bde4b13a680cbc0e9032c39e299aab882280/packages/flutter/lib/animation.dart#L12 - The docImport of
package:flutter/material.dartis for some reason unable to resolve[Easing.legacy]: https://github.com/flutter/flutter/blob/65e6bde4b13a680cbc0e9032c39e299aab882280/packages/flutter/lib/src/animation/curves.dart#L1831 - The docImport of
package:flutter/widgets.dartis for some reason unable to resolve[State]and[AnimationController]in https://github.com/flutter/flutter/blob/65e6bde4b13a680cbc0e9032c39e299aab882280/packages/flutter/lib/src/animation/animations.dart#L50 https://github.com/flutter/flutter/blob/65e6bde4b13a680cbc0e9032c39e299aab882280/packages/flutter/lib/src/animation/animations.dart#L410
kevmoo and goderbauer
Metadata
Metadata
Assignees
Labels
P2A bug or feature request we're likely to work onA bug or feature request we're likely to work ondevexp-serverIssues related to some aspect of the analysis serverIssues related to some aspect of the analysis serverlegacy-area-analyzerUse area-devexp instead.Use area-devexp instead.type-bugIncorrect behavior (everything from a crash to more subtle misbehavior)Incorrect behavior (everything from a crash to more subtle misbehavior)