Andrea Bizzotto

Results 47 issues of Andrea Bizzotto

All the video recordings have been published here: https://www.droidcon.com/content/?filter_category=video&filter_post_event_tag=fluttercon So let's update the table in the README and include all the missing ones. ### TODO Go through **all** the talks...

### Is there an existing issue for this? - [X] I have searched the existing issues. ### CLI Version 0.0.9+3 ### Project ID 2f660d10-2f92-43d4-b000-7ff186b7f06c ### Description I created a Dart...

bug

My localhost site is hosted on https: ``` linkcheck https://localhost:4321/ ``` However, when I run the tool, I get this: ``` Done crawling. Provided URLs failing: https://localhost:4321/ (connection failed) Error....

This PR shows how to add a `NavigatorObserver` to GoRouter-based apps. Unfortunately, adding `observers: [AppRouterObserver()]` is not enough and all route names will be null, unless an explicit `name` is...

**Is your feature request related to a problem? Please describe.** I'd like to customize the behaviour of the image renderer, rather than using the defaults. **Describe the solution you'd like**...

enhancement

To Reproduce (from the Row/Col page): - Set Main Axis Size: max - Set Cross Axis Alignment: baseline Exception: ```dart _AssertionError ('package:flutter/src/widgets/basic.dart': Failed assertion: line 4779 pos 10: '!identical(crossAxisAlignment, CrossAxisAlignment.baseline)...