Pierre

Results 88 issues of Pierre

Followup to https://github.com/flutter/flutter/pull/106896. https://github.com/flutter/flutter/issues/102560 ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [x] I read the [Tree Hygiene]...

framework
will affect goldens
autosubmit

This adds two forms of closely related analytics: 1. gtag.js (web only, `index.html`). Results on GA 2. Firebase Dart-based (all platforms). Results on GA and Firebase This would collect basic...

https://github.com/flutter/flutter/issues/108735

This adds a mechanism for acknowledging the use of cookies through a banner. We leverage `addPostFrameCallback` in `onGenerateRoute` to delay cookie obtention until a `ScaffoldMessenger` is (hopefully) available. A `Scaffold`...

https://docs.flutter.dev/testing/integration-tests/migration To help with https://github.com/flutter/flutter/issues/64328 See https://flutter.dev/go/flutter-nonhost.

enhancement
P2

Need to check that selection works as expected with all nested apps (e.g. studies, as well as the settings screen. See flutter/flutter#104547

enhancement
good first issue
P2

``` This site uses cookies from Google to deliver its services and to analyze traffic. [Learn more.](https://policies.google.com/technologies/cookies) Ok, Got it. ``` Prereq for landing https://github.com/flutter/gallery/pull/676

enhancement
P1

- [ ] [`CupertinoNavigationBar`](https://master-api.flutter.dev/flutter/cupertino/CupertinoNavigationBar-class.html) - the existing demo which shows `CupertinoSliverNavigationBar`, should be expanded to add another configuration - multiple customizations should be applied to the `CupertinoNavigationBar` - [ ]...

enhancement
P1
demo

Nothing's set in stone, so a few ideas: - M2 - M3 toggle - *new* or *updated for m3* indicator for relevant components - Links to M3 spec - color...

enhancement
P1

Alternatively, use an adaptive `MenuBar` from `https://github.com/flutter/flutter/pull/104673` (which uses `PlatformMenuBar` under the hood for desktop platforms).

enhancement
P3