John Ryan

Results 119 issues of John Ryan

Pressing the in-app back button should clear the query parameters Steps to reproduce: 1. Run [this sample](https://gist.github.com/johnpryan/db995f49c7b4c4404abf0167bbc44458) 1. Press the button to navigate to `/b?filter=abc` 1. Press the in-app back...

P4
p: go_router

Parent issue for the breaking changes planned for go_router 5.0 Breaking changes - https://github.com/flutter/flutter/issues/99121 - https://github.com/flutter/flutter/issues/108145 - https://github.com/flutter/flutter/issues/108128 - https://github.com/flutter/flutter/issues/108132 - https://github.com/flutter/flutter/issues/105808 - https://github.com/flutter/flutter/issues/106214 - https://github.com/flutter/flutter/issues/101183 Potential breaking changes we...

p: first party
package
P4
p: go_router

The GoRouterRefreshStream class converts a [Stream](https://api.dart.dev/stable/2.17.6/dart-async/Stream-class.html) into a [Listenable](https://api.flutter.dev/flutter/foundation/Listenable-class.html): ```dart /// Converts a [Stream] into a [Listenable] /// /// {@tool snippet} /// Typical usage is as follows: /// /// ```dart...

p: go_router

### Page URL https://docs.flutter.dev/development/ui/navigation/url-strategies/ ### Page source https://github.com/flutter/website/tree/main/src/development/ui/navigation/url-strategies.md ### Describe the problem This page should update it's instructions now that [flutter_web_plugins allows the usage of url strategies without conditional imports](https://github.com/flutter/flutter/pull/77103)...

p2-medium
e0-minutes

### Describe the problem `make up` fails on `RUN npm install -g npm firebase-tools superstatic ` step: ``` #13 257.6 npm ERR! code ERR_SOCKET_TIMEOUT #13 257.6 npm ERR! network Socket...

infrastructure

### Describe the problem I had to run extra commands in my Docker container to get the site running on an Apple M1 Pro processor: ```bash $ docker compose run...

enhancement
infrastructure
p2-medium
e1-hours

This adds ShellRoute, a new route type that builds an inner Navigator: ```dart final GoRouter _router = GoRouter( navigatorKey: _rootNavigatorKey, routes: [ /// Application shell ShellRoute( path: '/', defaultRoute: '/a',...

p: go_router

Depends on charts_flutter and charts_common: https://github.com/google/charts/issues/579

p2

After enabling Flutter desktop on Windows, running `flutter test integration_test -d windows` hangs until ctrl+c, then a TimeoutException is printed. @dnfield @csells I followed the setup instructions at https://docs.flutter.dev/desktop and...

p2

All of the integration tests fail when I run them on a `macOS` device: ``` flutter test integration_test -d macos ``` Logs ``` flutter test integration_test -d macos Downloading darwin-x64/FlutterMacOS.framework...

p2