packages
packages copied to clipboard
A collection of useful packages maintained by the Flutter team
Fixes https://github.com/flutter/flutter/issues/139667 *If you had to change anything in the [flutter/tests] repo, include a link to the migration guide as per the [breaking change policy].* ## Pre-launch Checklist - [x]...
Fixes https://github.com/flutter/flutter/issues/130786 *If you had to change anything in the [flutter/tests] repo, include a link to the migration guide as per the [breaking change policy].* ## Pre-launch Checklist - [x]...
In some areas of the Objc generator, the the name created from [_objcTypeForDartType](https://github.com/flutter/packages/blob/main/packages/pigeon/lib/objc_generator.dart#L1353) is being passed to [_enumName](https://github.com/flutter/packages/blob/main/packages/pigeon/lib/objc_generator.dart#L1196) and both of these methods add a prefix to enums. The locations...
Implements `setFocusMode` (also adds support for disabling auto-cancel to `FocusMeteringAction` host API implementation to accomplish this) + some minor documentation improvements based on discoveries I made while working on this...
This PR introduces support for marker clustering for iOS platform An example usabe is available in the example application at ./packages/google_maps_flutter/google_maps_flutter_ios/example/ios12 on the page `Manage clustering` This is prequel PR...
Part of https://github.com/flutter/flutter/issues/134228 Initial implementation of the plugin. * Adds minimum changes to pass CI (licenses, gradle, podpec changes, etc..). * Adds platform interface and tests for it. ## Pre-launch...
Full rework for shared_preferences, allows user to decide whether to use cache or be fully async and pull direct from the platform. fixes https://github.com/flutter/flutter/issues/123078 fixes https://github.com/flutter/flutter/issues/133098 fixes https://github.com/flutter/flutter/issues/65145 fixes https://github.com/flutter/flutter/issues/64739
Activate `leak_tracker_flutter_testing` in the tests to detect memory leak issues. cc @polina-c ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for submitting...
Bumps [org.jetbrains.kotlin:kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.9.22 to 1.9.23. Release notes Sourced from org.jetbrains.kotlin:kotlin-gradle-plugin's releases. Kotlin 1.9.23 1.9.23 Apple Ecosystem KT-65542 Cinterop tasks fails if Xcode 15.3 is used Backend. Wasm KT-64486 Kotlin/Wasm/WASI...
Bumps [org.jetbrains.kotlin:kotlin-bom](https://github.com/JetBrains/kotlin) from 1.8.10 to 1.9.22. Release notes Sourced from org.jetbrains.kotlin:kotlin-bom's releases. Kotlin 1.9.22 Changelog JavaScript KT-63719 KJS: Test results ignored for ES module kind KT-63808 compileTestDevelopmentExecutableKotlinJs failed in JsIntrinsicTransformers...