Alex Li
Alex Li
> I'm less concerned about making integration well linked with `flutter-intellij` unless it is also feasible to make it well linked with the Flutter vscode plugin. The metadata is still...
The correct solution (not only a workaround) is to open the example rather than the plugin project so that dependency relationship can be built, similar to opening the `Runner.xcworkspace` when...
Closing as duplicate of https://github.com/flutter/flutter/issues/159876. Please track that issue instead, thanks!
> However, I think allowing such mirror logic is dangerous without some security features in place Totally agreed. But isn't the `sha256` enough to prove their equality? We may raise...
> If you use `sed` to replace the hostnames and then do `pub get --enforce-lockfile` you should get all the same package archive bits. Okay, that sounds like a workaround....
> I think in the past few months we have discussed a new endpoint that only returns the package names that got a new version published or some metadata updated...
@andrewkolos I saw you removed the `isLatestBuildInstalled` from the code. That method still has its value IMO, you can still verify if the current build was installed through tests (although...
> Hey there, are you able to reliably reproduce this? Not from my side but the client said it happens 1/10~2/10. > would you be able to send a full...
@MichaelVerdon > I meant a full code example or a repo showing how you implemented it. Sorry, but below (as previously said) was basically all necessary code: > ### Reproducing...
> Hi [@AlexV525](https://github.com/AlexV525), I was unable to reproduce this issue with [the firebase_auth example app ](https://github.com/firebase/flutterfire/tree/main/packages/firebase_auth/firebase_auth/example). Were you able reproduce this locally? No, since I cannot produce the same network...