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

…transitions - Implemented a scale animation for the ScaleAnimatedScreen using CustomTransitionPage. - Updated route configuration in router.dart to include a new route for scale animation. - Enhanced user experience with...

p: go_router

## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [x] I read the [Tree Hygiene] page, which explains my...

waiting for tree to go green
p: go_router
override: no versioning needed
override: no changelog needed

Since the Kotlin generator allows skipping error class generation, it makes sense for the Swift generator to have the same option. Related to: #6183 https://github.com/flutter/flutter/issues/142099 ## Pre-launch Checklist - [x]...

p: pigeon

## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [x] I read the [Tree Hygiene] page, which explains my...

platform-android
platform-ios
p: interactive_media_ads

This PR adds lens type information. The goal is to identify whether the lens type is wide, ultra-wide, telephoto, etc., as discussed in https://github.com/flutter/flutter/issues/119908. The iOS implementation is complete, so...

p: camera
platform-ios
platform-macos

Supports the audio-only HLS on iOS. After through https://github.com/flutter/plugins/pull/4639 and https://github.com/flutter/plugins/pull/4727, we can play HLS videos and audios, but it does not support audio-only HLS. When attempting to play that...

platform-ios
platform-macos
p: video_player

## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [x] I read the [Tree Hygiene] page, which explains my...

platform-android
p: webview_flutter

Event `initialized` is sent from `onListenWithArguments` by calling `setupEventSinkIfReadyToPlay` if event sink was `nil` during `observeValueForKeyPath`. This change also sends failure in a similar way. Adds more details to the...

platform-ios
platform-macos
p: video_player

Manual roll Flutter from 6790525ce673 to 62414ee44e10 (80 revisions) Manual roll requested by [email protected] https://github.com/flutter/flutter/compare/6790525ce673...62414ee44e10 2024-10-17 [email protected] Return a valid result for a view with zero width/height in TestViewConfiguration._getMatrix (flutter/flutter#157068)...

`no_adjacent_strings_in_list` conflicts with another rule, `prefer_adjacent_string_concatenation`. I suggest removing the former. See https://github.com/dart-lang/sdk/issues/59041 `prefer_adjacent_string_concatenation` is a style-oriented rule, but it is in the package:lints recommended set. So... it is recommended....