-
Notifications
You must be signed in to change notification settings - Fork 127
Open
Labels
type-bugIncorrect behavior (everything from a crash to more subtle misbehavior)Incorrect behavior (everything from a crash to more subtle misbehavior)
Description
"View source code" button on the api reference page currently points to the master revision of source code. It also highlights wrong line number, because it was deployed when the code was different.
Example:
- Go here
- Click "View source code" (document icon)
- You're correctly redirected to
form.dart
file, but on master branch. - Tho highlighted line is 776, while the correct code is at 807.
I'm proposing that this button and the version tag displayed at the bottom should redirect to the stable version of Flutter's source code.
Originally reported in flutter/flutter#169065 by @xVemu
tirth-patel-nc, xVemu and sigurdm
Metadata
Metadata
Assignees
Labels
type-bugIncorrect behavior (everything from a crash to more subtle misbehavior)Incorrect behavior (everything from a crash to more subtle misbehavior)