Francesco Iapicca

Results 191 comments of Francesco Iapicca

@iOSonntag try positioning the comment **_after_** the line ([example](https://github.com/dart-lang/tools/issues/472)) it worked for me

> ### Expected > void main() { > testWidgets('sometest', (tester) async { > final appBar = spot(); > > appBar > .spotIcon(Icons.settings, parents: [spot()]) > .doesNotExist(); > > appBar >...

copy paste from [duplicate](https://github.com/flutter/flutter/issues/109145#issue-1331708337) > > ### Use case > > - `material 3` and `material 2` coexistence through `opt-in` approach may be > - confusing > - have unwanted...

I'm surprised to see this issue stuck on `p3` given the similarities with https://github.com/flutter/flutter/issues/53059 and [blankcanvas](https://github.com/flutter/flutter/wiki/Roadmap#core-framework--engine) which is part of [flutter roadmap for 2024](https://github.com/flutter/flutter/wiki/Roadmap#2024)

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

@Khawlah-Mohammed can you provide your `flutter doctor -v`, your `pubspec.yaml` and most importantly a minimal reproducible code sample the comment you linked doesn't really provide any of these

@sm2017 no idea, but the lack of `priority label` doesn't seem promising I recommend discussing questions on the handling of (any) issue on [discord](https://discord.gg/N7Yshp4)

> https://pub.dev/packages/extended_text support this function now. you can define it as following: @zmtzawqlp nice to have a 3rd party package! but I feel that this feature should be first party...

@TahaTesser I believe this feature could be very important for desktop as it deals with file paths much more than mobile

possible duplicate of https://github.com/flutter/flutter/issues/71207