Andrea Bizzotto

Results 47 issues of Andrea Bizzotto

Perhaps this should be mentioned in the README. Also this is a potential problem, as projects with other dependencies do not compile if `use_frameworks!` is used. Classic chicken-and-egg situation.

## Use Case My client creates a secure session which is configured for certificate pinning. When the app starts, I create a new session like so: ```swift URLSession(configuration: .default, delegate:...

Output of `flutter doctor`: ``` Doctor summary (to see all details, run flutter doctor -v): [✓] Flutter (Channel master, 3.11.0-2.0.pre.87, on macOS 13.2 22D49 darwin-x64, locale en-GB) [✓] Android toolchain...

I encounted this layout bug when using `SliverAlignedGrid` with `CachedNetworkImage`: ![CleanShot 2023-01-12 at 10 32 39](https://user-images.githubusercontent.com/153167/212043927-2b6a07ed-fa71-4b46-b244-4d13c7661f2c.gif) Here's a runnable example with Zapp: https://zapp.run/edit/sliveralignedgrid-bug-zm6406hnm650 Also available as a gist: https://gist.github.com/bizz84/94612fce6daf6e689d8caced1ba30685 ##...

Closes #708. Since this SDK doesn't collect any user data, is it correct to leave the file empty like this? ```xml ``` Even though I've added the privacy manifest, I...

Adding the line below to MVBouncyView.podspec causes a validation error. s.screenshots = ["https://github.com/bizz84/MVBouncyView/raw/master/preview.png"] Output: -> MVBouncyView (1.0.0) - WARN | There was a problem validating the URL https://raw.githubusercontent.com/bizz84/MVBouncyView/master/preview.png. [!] MVBouncyView...

bug

Update the carousel and the demo app to properly support interface rotation and size classes.

enhancement

Add initial RxDart support. Currently not working. See: https://github.com/rrousselGit/provider/issues/154