Tom Gilder
Tom Gilder
Ensure Routemaster can be used with [deferred components](https://flutter.dev/docs/perf/deferred-components) (currently Android-only). There are several use cases here, see below. Any ideas for more use cases welcome. ### Load an app section...
It would be nice if it's easier to alter the current path, such as changing one query parameter. For instance if the user is on `/search?q=blah&order=popular` and we want to...
Possible areas to look at performance, but it needs measuring: * `_getOrCreatePageWrapper` loops over current routes every time. Could be better using a map. * Ensure any uses of `_getCurrentPages`...
Hello! I would love Dart Code to support inline CodeLens references, as it supports for C# and TypeScript: Here's how it's implemented for TypeScript: https://github.com/Microsoft/vscode/blob/master/extensions/typescript-language-features/src/features/referencesCodeLens.ts Thank you for all the...
Adds a semantic label to the widget inspector button, which is currently missing on both `MaterialApp` and `CupertinoApp`: Fixes #117583 ## Pre-launch Checklist - [x] I read the [Contributor Guide]...
The widget inspector's select widget button is missing a semantics label: PR coming shortly 😊 ## Steps to Reproduce 1. Whilst debugging an app, enter select widget mode 2. Select...
**Describe the issue** My package is getting marked down due to `avoid_web_libraries_in_flutter`, and I don't think it should: https://pub.dev/packages/routemaster/score. `avoid_web_libraries_in_flutter` disallows import of `dart:html` unless the pubspec.yaml specifies it's a...