Tom Gilder

Results 18 issues of 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...

enhancement
API design

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...

enhancement
API design

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`...

performance

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...

is enhancement
in editor
in lsp/analysis server

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]...

framework
f: material design
f: cupertino

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...

framework
a: accessibility
f: inspector

**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...

type-bug
P3
false-positive