Craig Labenz

Results 13 issues of Craig Labenz

### Describe the problem Once on a deeper URL within docs.flutter.dev, (e.g., `https://docs.flutter.dev/development/tools/devtools/overview`) - there is no single clickable element to return a user to `https://docs.flutter.dev`. From `https://flutter.dev` itself, the...

infrastructure
p2-medium
e1-hours

Google's serverless Cloud Run framework is a great option for deploying Aqueduct applications, but it [requires Unix sockets](https://cloud.google.com/sql/docs/postgres/connect-run#connecting_to) when connecting to Cloud SQL. Luckily, as of version 2.2.0, [Postgres](https://pub.dev/packages/postgres) supports...

A lot of the Flutter community uses [this analysis package](https://pub.dev/packages/very_good_analysis) for a starting point for Dart analysis. I've used it in the past and like it a lot, and if...

kind/enhancement

After pressing the AppBar's Back button from the level screen, the following logs appear: ```sh SEVERE: 2022-05-28 10:54:16.715: GoRouter: Exception during GoRouter navigation SEVERE: 2022-05-28 10:54:16.715: GoRouter: Exception during GoRouter...

bug

```bash $ flutter pub get Running "flutter pub get" in web_dashboard... 2,546ms This app is using a deprecated version of the Android embedding. To avoid unexpected runtime failures, or future...

I want to suggest that some of the core classes in this library be slightly restructured to more closely mimic Flutter's `Icon` and `IconData` classes. For example, the current API...

Is the following behavior expected? Consider a root logger that filters on `Level.WARNING` with a child logger that filters on `Level.FINE`, but has no listeners. Once the child logger accepts...

The following code builds, but see the comment for which critical information has to be removed for said build to succeed: ```dart class Base { const Base(); } class BaseConverter...

## What happened? I tried to run DartPad locally to test the addition of a new dependency, but the frontend (in Chrome) is unable to reach the backend on account...

type-bug
P1

### Page URL https://docs.flutter.dev/ui/design/material ### Page source _No response_ ### Describe the problem This page of documentation isn't much more than a link to the old Samples Index, which was...

from.page-issue