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

In the player there was hardcoded 30 fps when setting up video composition. Now it uses timing from source track and also fallback `minFrameDuration` as seems `frameDuration` must be always...

platform-ios
platform-macos
p: video_player

Setting category of `AVAudioSession` was moved into a wrapper which ensures that only changes which do not disable the ability to play in silent mode (`play`) and ability to record...

p: camera
platform-ios
platform-macos
p: video_player

*Replace this paragraph with a description of what this PR is changing or adding, and why. Consider including before/after screenshots.* *List which issues are fixed by this PR. You must...

platform-android
p: webview_flutter

Bumps [org.jetbrains.kotlin:kotlin-bom](https://github.com/JetBrains/kotlin) from 1.8.10 to 2.0.21. Release notes Sourced from org.jetbrains.kotlin:kotlin-bom's releases. Kotlin 2.0.21 Changelog Apple Ecosystem KT-69093 Xcode 16 support in Kotlin Backend. Native. Debug KT-71374 lldb: step out...

p: pigeon
dependencies
java
platform-android

Bumps [io.mockk:mockk](https://github.com/mockk/mockk) from 1.13.12 to 1.13.13. Release notes Sourced from io.mockk:mockk's releases. 1.13.13 What's Changed Kotlin 2.0.0 by @​SimonMarquis in mockk/mockk#1255 Don't unbox primitive value class returned by suspend function...

p: pigeon
dependencies
java
platform-android

Bumps [org.jetbrains.kotlin:kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 2.0.20 to 2.0.21. Release notes Sourced from org.jetbrains.kotlin:kotlin-gradle-plugin's releases. Kotlin 2.0.21 Changelog Apple Ecosystem KT-69093 Xcode 16 support in Kotlin Backend. Native. Debug KT-71374 lldb: step out...

p: pigeon
dependencies
java
platform-android

Bumps [io.mockk:mockk](https://github.com/mockk/mockk) from 1.13.12 to 1.13.13. Release notes Sourced from io.mockk:mockk's releases. 1.13.13 What's Changed Kotlin 2.0.0 by @​SimonMarquis in mockk/mockk#1255 Don't unbox primitive value class returned by suspend function...

dependencies
java
platform-android
p: shared_preferences

Bumps [org.jetbrains.kotlin:kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.7.10 to 2.0.21. Release notes Sourced from org.jetbrains.kotlin:kotlin-gradle-plugin's releases. Kotlin 2.0.21 Changelog Apple Ecosystem KT-69093 Xcode 16 support in Kotlin Backend. Native. Debug KT-71374 lldb: step out...

dependencies
java
platform-android
p: shared_preferences

This PR modifies the setVolume function for video elements to properly handle muting without resetting the volume. When the volume is set to 0.0, the video is muted without changing...

platform-web
p: video_player

Calling play is the same as setting the rate to 1.0 (or to `defaultRate` depending on ios version, *documentation in this first link is clearly not updated because it does...

platform-ios
platform-macos
p: video_player