Francesco Iapicca

Results 191 comments of Francesco Iapicca

apparently win10 can now emulate x64 on arm64 ([source](https://www.reddit.com/r/Surface/comments/glx7w8/microsoft_prepares_64bit_apps_emulation_for/)) I agree with @be5invis 's [statement](https://github.com/flutter/flutter/issues/53120#issuecomment-650529216) | platform | host | target | | ----------- | ----------- | ----------- | |...

https://github.com/flutter/flutter/issues/50517

@danielleiszen issues about [getX](https://pub.dev/packages/get) should be open [here](https://github.com/jonataslaw/getx/issues)

I guess at this point we are better off using [icons_launcher](https://pub.dev/packages/icons_launcher) like [wonderous](https://wonderous-kevmoo.web.app/#/home) did (see [pubspec](https://github.com/gskinnerTeam/flutter-wonderous-app/blob/main/pubspec.yaml#L57C3-L57C17))

> @maheshmnj is this issue fixed? @DemonKING073 I don't have a solution, but I have a hack ([runnable code sample](https://dartpad.dartlang.org/?id=77fcad4876b963a95caff19bc9667254)) 1. make a function that store the ScrollableState somewhere and...

yep, it's super annoying! here is a workaround used in codemagic ```yaml name: Upload dsym artifacts to Firebase Crashlytics script: | find . -name "*.dSYM*" dSymZipPath=$(find . -name "*.dSYM.zip" |...

> No pubspec in working directory. to run `flutter create --template app --overwrite .` I assume you need to be in a working directory with an existing project

@vegaro it seems to me that you are having an issue with [circle ci](https://github.com/RevenueCat/purchases-flutter/blob/main/.circleci/config.yml) not with github actions (the only [workflow](https://github.com/RevenueCat/purchases-flutter/tree/main/.github/workflows) is "lock") while one could somewhat try to [run...

are you using [ffmpeg_kit_flutter](https://pub.dev/packages/ffmpeg_kit_flutter)?

@cyberpwnn the issue you are referring was closed because not enough information were provided as for this [comment](https://github.com/flutter/flutter/issues/100046#issuecomment-1066774125) > Hi ShamshadSani, Thanks for filing the issue. If I understand it...