packages
packages copied to clipboard
A collection of useful packages maintained by the Flutter team
- Adds showTitle option to platform interface & app-facing api - Makes use of that parameter on android platform in order to set show title on Chrome Custom Tabs, when...
This pr added the ability to provide a list of NavigatorObservers to a StatefulShellBranch. The equivalent was never added to go_router_builder, so this pr provides that functionality. With this change,...
With this PR, a client can use 'onSelectionChanged' to handle selected text in Markdown. This provides another way to fix issue [#107073](https://github.com/flutter/flutter/issues/107073), along with the prior solution in [PR/6062](https://github.com/flutter/packages/pull/6062) ##...
⚠️ This is a WIP. ⚠️ Would fix https://github.com/flutter/flutter/issues/143499, in the long run *Replace this paragraph with a description of what this PR is changing or adding, and why. Consider...
Fixes a regression introduced in the last PR that did shallow Pigeon conversions of the maps calls, where the new Pigeon wrapper object was being passed directly to one of...
Converts all of the Java->Dart calls from raw method channels to Pigeon. This finishes conversion of all of the invocations in `google_maps_flutter_android` Part of https://github.com/flutter/flutter/issues/117907 ## Pre-launch Checklist - [x]...
https://github.com/flutter/flutter/compare/af913a75b5d2...fbd6890fb7bc 2024-07-03 [email protected] Feat: Add withOpacity to gradient (flutter/flutter#150670) 2024-07-03 [email protected] Fix references in examples (flutter/flutter#151204) 2024-07-03 [email protected] Fix link in tree hygene doc (flutter/flutter#151235) 2024-07-03 [email protected] content dimensions are...
- **Update espresso dependencies** fixes #151188 ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [x] I read the...
fixes https://github.com/flutter/flutter/issues/132824 ## Pre-launch Checklist - [ ] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [ ] I read the [Tree Hygiene]...
Partially lands https://github.com/flutter/packages/pull/6856. This PR specifically includes: #### 1: A fix for correctly rotating the camera preview This fix is required for `Surface`s not backed by a `SurfaceTexture` because they...