John Ryan

Results 210 comments of John Ryan

This is probably out of date since we don't currently have Firebase support.

Thanks for filing an issue, this is something we should fix.

Yes, annotations must have a `const` constructor, so all of the fields must be final and all of the parameters must be const too. Since `Key`s in Flutter aren't const,...

I'm trying to add an example for ShellRouteData, but I'm stuck because the `.g.dart` file isn't getting generated: ```dart // Copyright 2013 The Flutter Authors. All rights reserved. // Use...

Sorry, this isn't ready to land yet. I'm currently busy with other projects, if someone else can work on this, feel free. The issue I mentioned in the comment above...

I can't reproduce this. When I run the sample using `flutter run -d chrome` I am able to navigate to `/page2` and refresh the browser, which will show `/page2` correctly....

Related to https://github.com/flutter/flutter/issues/100468

The [test_utils](https://github.com/dart-lang/samples/tree/main/ffi/test_utils) package is used for testing the sample. There might be a better way to test the sample without causing confusion.