Crizant
Crizant
Hi, I tried to run the example on iOS simulator, here is the output: ``` flutter: ══╡ EXCEPTION CAUGHT BY RENDERING LIBRARY ╞═════════════════════════════════════════════════════════ flutter: The following assertion was thrown during...
### Is there an existing issue for this? - [X] I have searched the [existing issues](https://github.com/flutter/flutter/issues) - [X] I have read the [guide to filing a bug](https://flutter.dev/docs/resources/bug-reports) ### Steps to...
### Is there an existing issue for this? - [X] I have searched the [existing issues](https://github.com/flutter/flutter/issues) - [X] I have read the [guide to filing a bug](https://flutter.dev/docs/resources/bug-reports) ### Steps to...
For example, I have two browser windows opened, one is my web app, another is a website full of images. Then I drag one of the images into my web...
In Flutter 3.10, new [media query methods](https://api.flutter.dev/flutter/widgets/MediaQuery-class.html) are introduced. Such as `MediaQuery.sizeOf` and `MediaQuery.devicePixelRatioOf`, using these methods instead of accessing `MediaQuery.of(context)` directly could potentially improve performance.
Hi, this package is assuming 150ppi on Android/iOS devices. Where does this come from? It seems not very accurate.
Hi, is it possible to add a 32x32 favicon? On screens with high DPIs, the 16x16 favicon would be blurry.
Hi, I have an issue regarding rounding, here is the code: ```dart final NumberFormat _formatter = NumberFormat.compact(locale: 'en') ..maximumFractionDigits = 1 ..minimumFractionDigits = 1 ..significantDigitsInUse = false; print(_formatter.format(3150)); ``` Expected...
I have a mastercard number starts with "5408", but the `CreditCardNumberInputFormatter` incorrectly classified it as a Diners Club card. May be we need a new algorithm to check the card...
Hi, I'm using twilio package version 5.8.0 from npm, with TypeScript and Express.js. When I tried to use the express middleware, I see the following in the console: ``` twilio.webhook({...