Izzy

Results 2671 comments of Izzy

Taking a closer look at your `app/build.gradle.kts`, I see a lot of `googlePlayImplementation` calls – but cannot find any flavors defined. Checking with your Github workflows, the build seems to...

Looks like I had success with 1.3.6 finally: adding some steps from your workflow (removing the firebase references; seems you've added those steps there in December), the diff got much...

> I had noticed the update from Interstellar wasn't picked up by IzzyOnDroid and was literally about to ping you :) @Kelvino9 was faster 😜 > I've rebuilt the APK...

> The main thing I'm not sure about is how you'll build the app with the correct version name and code, because that's passed in directly through the GH action...

Though this way, when you look at an older copy of the code, you can never tell which version it belonged to. Plus it makes things like reproducible builds harder....

> Alright, I can switch to include the version in the source; I see most other Flutter apps are doing that as well. That'd be great – and yes, I...

> I built off of … Thanks for those details! Building from that commit got the diff smaller. Still a load of diffs for directories (where you've built from, where...

(note to self: always read each single word carefully. **local** build = change back all directories from GH to jwr1: home, build dir, cache dir…) (note 2: remember we haven't...

I didn't see it in that place with **any** of the Flutter apps we cover, so I'm a bit clueless there. I don't know if the Android build might take...

> Each platform only uses its own platform directory, so the Android build wouldn't be using anything from the linux directory. Ah, thanks. I assumed as much, but never knew...