Francesc Arolas
Francesc Arolas
@dnfield Is there any work on that or any way to achieve that?
Same issue here, I was about to go crazy.
Any workaround on this?
Any news on this? this issue has been out for more than 2 years now...
> @franarolas what web renderer are you using, html or canvaskit? @azbuky Always the default one, it should be always canvas as I am testing it through desktop browser
@TahaTesser The sample used was the default Flutter project. If 1.25 was not using canvas by default then the test of the 1.25 is done with HTML instead of canvas,...
@yjbanov Just testing the web apps that have been shown on the Flutter Engage today, the initial load with canvas is too slow to be in production, I think that...
@Gene-Dana I've working with Flutter web since the early versions, and I wouldn't recommend using Flutter WEB in most of the cases. In my opinion, it should be used only...
@WaleedAlrashed I detailed this in this issue: [Flutter repo issue](https://github.com/flutter/flutter/issues/74429) I really don't know why no one else is asking for something like this, this should be marked as a...
For anyone else running into this error — my local Android build wasn't using the SHA-1 from _~/.android/debug.keystore_, but instead the one from _./android/app/debug.keystore_ (inside my project). I nearly went...