Maksim Lin
Maksim Lin
Thanks @jakemac53 those are very good points. Personally I'm not in favour of the support directly in the compiler as for me, through the lens of a Android developer, a...
@jakemac53 ah sorry about that, I did think that you wer on the flutter team. The integration that was there was [documented](https://github.com/flutter/flutter/wiki/Code-generation-in-Flutter/c19420f8474f611cd1f6c4d499c1111d3f407f41) but that's been removed now as per #61508...
@ditman I'm using `google_sign_in: ^5.4.0` in my Flutter web app and checking `pubspec.lock` I see: ``` google_sign_in_web: dependency: transitive description: name: google_sign_in_web url: "https://pub.dartlang.org" source: hosted version: "0.10.2" ``` But...
Ah ok thanks @ditman , sorry I misunderstood: so the fix you mentioned previously to allow new applications to keep using the plugin after April is in 10.2 but it...
I'm guessing this will need support in the engine from Skia? If so I think the [issue tracking it in chromium seems to indicate that is now at least initially...
@dnfield great thanks! Would you have a pointer to how to handle this on Linux? I'd like to experiment with using AVIF images in a linux desktop person project app...
I would love to see support RISC-V and starting with Android would probably be the best approach given Android's recently announced roadmap for support and that there is already Dart...
@enh-google Thanks for the pointer to Android's RISC-V doc, very useful! 👍🏻 On: > we cross-compile from the x86-64 host and sync across could you please elaborate a touch more...
I am seeing this same behaviour when trying to use a Flutter app using the Firebase SDK to use a local Firebase emulator for authentication. The error message I see...
[Given Expo no longer supports publishing on iOS via url and simply recommends building via their hosted service](https://docs.expo.dev/workflow/publishing/#on-ios-you-cant-share-your-published), @Sectur1 you can basically do the same thing now with Flutter and...