Phil Quitslund

Results 122 issues of Phil Quitslund

Chatting w/ @matthewtsmith and @johnpryan (from apptree), it became apparent that for their use cases, allowing for logging of release builds is important.

enhancement

See: http://opensoundcontrol.org/spec-1_0.

enhancement
help wanted

Tool integrators will rejoice. Minimally we'll want this for eclipse and IDEA/WS integration.

enhancement

# Proposal: Enhanced On-Demand Logging We’ve been exploring enhanced logging in Flutter, the IntelliJ plugin and most recently in a separate package and have been encouraged by a bunch of...

type-enhancement

We're working to land a new hint in the Dart SDK to flag text direction code points (which can be abused) (https://github.com/dart-lang/sdk/issues/47611). In anticipation, we should update codegen here to...

type-enhancement
P3
package:intl_translation

Blocked on: - [x] #3823 - [x] #2921

type-enhancement
P2
set-none

Today if you want to catch and ignore an exception you can silence `empty_catches` by adding a comment to the catch clause, ```dart try { ... } catch(e) { //...

type-enhancement
P2
new-language-feature
set-core

A meta-issue to discuss and track work on linter support for wildcard variables. * [Wildcards Feature Spec](https://github.com/dart-lang/language/blob/main/working/wildcards/feature-specification.md) --- ## Existing Lints - [x] [Wildcard Variables] evaluate support for `always_declare_return_types` -...

type-enhancement
P2
meta
new-language-feature
set-recommended
set-core
set-flutter

With wildcard variables, we have a proper way to mark unused parameters as _intentionally_ unused. Given that, we might consider a lint that flags unused parameters with the expectation that...

type-enhancement
P2
new-language-feature
lint-proposal
status-pending

Like support for `use_enums`, etc. this will require us to have more than only member-level access to augmentation contributed accessors (see e.g., `isSimpleSetter`). Also, an open question: Currently we report...

type-enhancement
P2
new-language-feature
set-recommended