Francesco Iapicca
Francesco Iapicca
the topic seems to be addressed this [document](https://docs.google.com/document/d/1VRagJfHEbehVPa023xGUcFTqe5LgYGU2wYBmnNkwVmA/edit) as mentioned in this issue - https://github.com/flutter/flutter/issues/107861#issuecomment-2066989390
> The update [@Piinks](https://github.com/Piinks) posted is exciting, and to me, it looks like things are moving in the right direction. Many parts of the discussion are scattered around different issues...
Hi @Piinks it would be awin if the creation of blankcanvas would be just be "enabled" and this part of your answer > it is important to invest more in...
@darshankawar `customer: crowd` ?
Hi @deakjahn I can see the behaviour you are describing with the latest master [screenshot](https://user-images.githubusercontent.com/45637986/82808803-6334b080-9e93-11ea-98fb-3703994a7955.png) code sample ```dart import 'package:flutter/material.dart'; /// from [gist.github.com/iapicca/780826bfe3196c473813a9fad711e4cd] void main() => runApp(MyApp()); class MyApp extends...
@therealkirko everything looks alright see this [reproducible code sample](https://dartpad.dev/?id=7f00de6535adf6dd94c19a868443093d) probably some error in `CustomListTile` (OT/personal opinion: beware of using semi-unmaintained packages like getx)
> We should consider adding a `--language` option with `c`, `cpp`, ~`objective-c`~, `swift`, `rust`, and `go`. @dcharkes please consider `wasm` as well - https://github.com/flutter/flutter/issues/160735
the [code](https://github.com/flutter/flutter/issues/178600#issuecomment-3536795621) provided by @AbdeMohlbi demonstrate that this is **NOT an issue with flutter itself**, but an issue with the 3rd party package [getx](https://pub.dev/packages/get) **unless a reproducible code sample without...
> [@iapicca](https://github.com/iapicca) I think you are missing the point here. > > I'm not saying that there is a problem in flutter. Maybe the author of get package needs to...
I actually like @luca-venir propsal! Maybe a bit too many "build function" and most of the features can be implemented without making it a breaking change I'd go more for...