kristoffer-zliide
kristoffer-zliide
Allowing use of the Link widget in lists with mouse drag enabled. In a desktop web browser, links are be default draggable. If they are put in e.g. a list,...
### Is there an existing issue for this? - [X] I have searched the existing issues ### This issue exists in the latest npm version - [X] I am using...
We are building a modern serverless architecture on a Microsoft cloud platform but struggling a bit with cold starts. We have experienced and read [about](https://azure.microsoft.com/en-us/blog/understanding-serverless-cold-start/#:~:text=Write%20lightweight%20code) [others](https://mikhail.io/serverless/coldstarts/azure/#does-package-size-matter) who have experienced a...
Platform interface part of allowing use of the Link widget in lists with mouse drag enabled. Platform interface part of [#5430](https://github.com/flutter/plugins/pull/5430) Issues fixed: [#102735](https://github.com/flutter/flutter/issues/102735) ## Pre-launch Checklist - [x] I...
Regarding the use of `NSDecimalNumber` in https://github.com/google-pay/flutter-plugin/blob/main/pay_ios/ios/Classes/PaymentHandler.swift#L125, please read the Discussion section in https://developer.apple.com/documentation/foundation/nsdecimalnumber/1409902-init. Should amounts really be strings? What are the odds of users of this plugin will convert...
Various orientation-related fixes for camera in mobile browsers, including https://github.com/flutter/flutter/issues/143288 and https://github.com/flutter/flutter/issues/117430. The improved video constraints might also fix the zoom behavior observed in https://github.com/flutter/flutter/issues/112280. Previously closed as https://github.com/flutter/packages/pull/6362. Fixes...
Enumerating available cameras on web requires permission and activates hardware. This PR allows initializing the camera controller without having to enumerate available cameras first. https://github.com/flutter/flutter/issues/145541 ## Pre-launch Checklist - [x]...