Francesco Iapicca

Results 191 comments of Francesco Iapicca

this seems to me at least tangentially related to - https://github.com/dart-lang/sdk/issues/56366

merging a PR while removing the line mentioned above triggers `release-tag.yml` but it doesn't trigger `release-prepare` and `release-publish` from [workflow-dispatch](https://github.com/bluefireteam/melos-action/tree/main/examples/01-workflow-dispatch) am I missing something?

@chen-dong-sheng the issue is very likely related to [getx](https://pub.dev/packages/get) or [flutter_swiper_null_safety](https://pub.dev/packages/flutter_swiper_null_safety), also you flutter version is obsolete I recommend to provide a code sample without 3rd party packages (like `getx`...

@Clintonosei123 0. if you care about android install [android studio](https://developer.android.com/studio) 1. [official installation](https://docs.flutter.dev/get-started/install) - unofficial / my personal recommendation: use [fvm](https://fvm.app/documentation/getting-started/installation) instead 2. ensure that flutter installed properly by running...

> > I recommend to follow up to this conversation on [discord](https://discord.com/invite/N7Yshp4) > > I want the discord link @Clintonosei123 the same as the above https://discord.com/invite/N7Yshp4

@kke Thank you for pointing me in the right direction, setting the ip range that k0sctl is using (according to the logs) ```console 167.x.x.x:22: failed to connect from worker to...

> Expressive is an interesting case too, since it represents an advancement in Material design, but, at least as of now, does not seem to be a requirement to implement...

> Has the Flutter team considered perhaps creating an experimental, unstable package for this, like they did with their [Desktop Embedding packages](https://github.com/google/flutter-desktop-embedding)? That's [my point](https://github.com/flutter/flutter/issues/168813#issuecomment-2882950223), if material was a package...

> In hind-sight this seems absolutely backwards, if Flutter had first built a very robust set of "blankcanvas" UI builders, and then dog-fooded those when building the various Material and...

> @huycozy > > in the original [post](https://github.com/flutter/flutter/issues/150780#issue-2372930222) > is clearly mentioned that the specification for snackbar in M3 is [aligned](https://m3.material.io/components/snackbar/guidelines#418d202e-db21-429f-b72d-f34fd8723c35) either left or center > > for my understanding...