packages icon indicating copy to clipboard operation
packages copied to clipboard

A collection of useful packages maintained by the Flutter team

Results 551 packages issues
Sort by recently updated
recently updated
newest added

- 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...

platform-android
p: url_launcher

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,...

p: go_router_builder

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) ##...

p: flutter_markdown

⚠️ 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...

platform-android
platform-ios
platform-linux
platform-macos
platform-web
platform-windows

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...

p: google_maps_flutter
platform-android

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]...

p: google_maps_flutter
platform-android

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...

p: espresso
platform-android

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]...

p: go_router

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...

p: camera
platform-android