Florian Vögtle
@florianvoegtle.bsky.social
People say "Flutter has it's limits", so let's explore them! | 💙 since Flutter 1.0 | Tech Lead @ neusta mobile solutions GmbH
I don’t find the thread anymore, but I remember there are plans to make bundling shaders in packages possible. The issue here is that the shader is transformed during compilation for the underlaying architecture, e.g. web is different than iOS. So it is not as simple as bundling assets such as jpgs.
June 11, 2025 at 10:58 AM
I don’t find the thread anymore, but I remember there are plans to make bundling shaders in packages possible. The issue here is that the shader is transformed during compilation for the underlaying architecture, e.g. web is different than iOS. So it is not as simple as bundling assets such as jpgs.
We only use maestro now for integration tests. It’s just too easy to use.
March 20, 2025 at 9:48 AM
We only use maestro now for integration tests. It’s just too easy to use.
Reposted by Florian Vögtle
First up:
@florianvoegtle.bsky.social Talking about shaders in Flutter
@florianvoegtle.bsky.social Talking about shaders in Flutter
February 20, 2025 at 6:08 PM
First up:
@florianvoegtle.bsky.social Talking about shaders in Flutter
@florianvoegtle.bsky.social Talking about shaders in Flutter
Did you check out Marco Bavagnoli? He is doing a lot of stuff with audio in flutter
February 13, 2025 at 8:10 PM
Did you check out Marco Bavagnoli? He is doing a lot of stuff with audio in flutter
Yeah, I mainly use bloc/cubit too, but I am curious if there is something more reactive/clean/simple.
And especially for riverpod I want to know about the benefits compared to the overhead of having code generation, consumerWidget and these naming conventions
And especially for riverpod I want to know about the benefits compared to the overhead of having code generation, consumerWidget and these naming conventions
February 8, 2025 at 9:17 PM
Yeah, I mainly use bloc/cubit too, but I am curious if there is something more reactive/clean/simple.
And especially for riverpod I want to know about the benefits compared to the overhead of having code generation, consumerWidget and these naming conventions
And especially for riverpod I want to know about the benefits compared to the overhead of having code generation, consumerWidget and these naming conventions
Finally got it working. Anyone wanna guess what this is?
January 29, 2025 at 11:54 AM
Finally got it working. Anyone wanna guess what this is?
P.S. If you’d like to speak at one of our upcoming meetups, feel free to reach out. We’d love to have you here regardless of your level of experience!
January 16, 2025 at 1:21 PM
P.S. If you’d like to speak at one of our upcoming meetups, feel free to reach out. We’d love to have you here regardless of your level of experience!
Because currently I have to write something like this, just to change the color of the border. And it is not really clear, at least to me, that the `border` parameter's border color and width are ignored.
January 16, 2025 at 12:19 PM
Because currently I have to write something like this, just to change the color of the border. And it is not really clear, at least to me, that the `border` parameter's border color and width are ignored.