Mouad Debbar
Mouad Debbar
Gold bot's comments have been disabled for flutter/engine here: https://skia-review.googlesource.com/c/buildbot/+/613340 The `flutter-gold` check should already be ignoring any non-main PRs. Please let me know if there's anything else that needs...
AFAICT, the `flutter-gold` check shouldn't be added to the release branch: https://github.com/flutter/cocoon/blob/65e2046f3c19c39dce5dcf5ae5600d924fd88735/app_dart/lib/src/request_handlers/push_gold_status_to_github.dart#L77-L82 The `flutter-gold` check is only added to PRs targeting the `main` branch.
This is supposed to work. If it's not working, then it's a bug. Could you please share more details so we can look into it?
@stenlee unfortunately, the way `Link` is implemented today, it requires that you hook it up with gestures in your app. If you were using a button for example, it's straightforward:...
Thanks for checking @maRci002! I would like to close this issue if others can also confirm it's fixed (cc @george32451).
Closing. Thanks everyone for confirming!
I can confirm I'm seeing this behavior too. It's not related to `addLocalHistoryEntry`. The issue only happens in Chrome, and it only happens in new tabs that were open directly...
I see no mention of routes or urls in the issue. Like @yjbanov said, we don't yet support stateful hot reload on the web. We only do hot restart (which...
I'm sure there's an issue for hot reload somewhere that @jonahwilliams might know.
> I assumed "view" was referring to route That's possible. I tried hot restart in the flutter gallery and it worked fine. @jakobwgnr if you are using named routes and...