Devon Carew

Results 145 issues of Devon Carew

From https://github.com/flutter/flutter/issues/136217, we should add an example app to package:process in order to improve the pub scores.

contributions-welcome
good first issue
package:process

Originally filed at https://github.com/flutter/flutter/issues/167944. In-lined from that issue: #### Steps to reproduce `_getExecutable` is internally called to get the valid executable for given command. It internally delegates to `getExecutablePath` method...

package:process

We're seeing failures from: ``` test/presubmit/server_test.dart: server DartServicesClient assists (failed) Expected: non-empty Actual: [] package:matcher expect test/probes_and_presubmit/server_testing.dart 311:7 testServer.. ``` on the stable channel.

type-bug

I suspect that we can simplify (remove?) some of the code around _hotReloadableChannels; ```dart static const Set _hotReloadableChannels = { Channel.stable, Channel.beta, Channel.main, Channel.localhost, }; ``` Since all channels now...

We may consider switching to using Gemini CLI on the backend instead of making direct calls to Gemini. With Gemini CLI (and the addition of the Dart MCP server?), we'd...