Francesco Iapicca

Results 191 comments of Francesco Iapicca

@maheshmnj I see a bunch of issues being consolidated under this one, maybe is worth considering the label `crowd`

Hi @newbieflutter Can you please provide your `flutter doctor -v`, your `flutter build ios --no-codesign --verbose` and your `pubspec.yaml`. Thank you

Hi @mzl1988 it is possible the the widget containing the TabBar is build before the image is loaded could you please provide a minimal complete reproducible code sample. Thank you

Hi @mzl1988 I've tested this modified version of your [code sample](https://github.com/mzl1988/tabbar_indicator_test) with the latest master code ```dart import 'dart:async'; import 'dart:ui' as ui; import 'package:flutter/material.dart'; import 'package:flutter/services.dart'; void main() =>...

Hi all I feel that this behaviour is quite strange I modified a bit the code sample code ```dart import 'package:flutter/foundation.dart'; import 'package:flutter/material.dart'; void main() => runApp(MyApp()); class MyApp extends...

Hi @enricobenedos I tried this [code sample](https://gist.github.com/iapicca/739b1c75f3737f16c957b7b8142474b8) on iPhone8 emulator and seems to work as intended, are your experiencing the issue with the code provided? Thank you

Hi @enricobenedos I'm have the feeling that the difficulties that you are describing do not depend from the framework itself, but for your specific implementation: for example I believe the...

Hi @enricobenedos i changed the [code sample](https://gist.github.com/iapicca/739b1c75f3737f16c957b7b8142474b8) you are correct, on ios it doesn't always behave correctly tested with the latest master doctor ```console [✓] Flutter (Channel master, 1.19.0-2.0.pre.143, on...

For my very limited knowledge in the matter Windows 10 on ARM should have a x64 app emulation and current users might already have the possibility of running flutter, but...

> Windows on ARM can only emulate 32-bit apps at the moment, although it's rumoured that 64-bit emulation may come sometime next year. I didn't know that, thanks @tleasor @t0lah...