Noticed that when I ask Gemini 2.5 to implement Flutter widgets, it always prefers a helper method instead of a dedicated Widget class. Anyone else experiencing this? @labenz.dev @redbrogdon.dev #FlutterDev #Gemini
www.youtube.com/watch?v=IOyq...
Noticed that when I ask Gemini 2.5 to implement Flutter widgets, it always prefers a helper method instead of a dedicated Widget class. Anyone else experiencing this? @labenz.dev @redbrogdon.dev #FlutterDev #Gemini
www.youtube.com/watch?v=IOyq...
Do you get invites to monthly GDE meetings and emails from these sessions? Maybe you are not receiving those?
To be fair, there was email about Slack being deactivated and also mentioned in the monthly GDE video calls. The directory related questions were also answered in the calls and the recordings of the calls were shared.
2024 Octoverse reports reveal that Flutter is at the 6th place "Top 10 open source and public projects attracting the most first-time contributors in 2024 on GitHub"
github.blog/news-insight...
TLDR; Flutter vs. Native vs. KMP
๐กFinding the sweet spot for the temperature, top-P, and top-K is quite time consuming. I suggest to utilize deep-research (Gemini or ChatGpt) to ask for guidence based on the use case.
At the same time, feeling sad for Apple, which still does not support translating Finnish language at OS level๐คฆโโ๏ธ
I am building a Finnish ๐ซ๐ฎ language teaching app w/ Flutter & Firebase Vertex AI. The app generates example sentences for all inflections of a given Finnish word.
I want the generated examples to be creative (rich in vocabulary) but also grammatically correct. This is a tradeoff.
"And if you want less creative results, try starting with a temperature of .1, top-P of .9, and top-K of 20.
Finally, if your task always has a single correct answer (e.g., answering a math problem), start
with a temperature of 0."
Well, how can I find the "sweetest spot" for creativity? ๐คฏ
In my opinion, the Vertext API for Firebase is missing enums for results creativity. The white paper says:
"As a general starting point, a temperature of .2, top-P of .95, and top-K of 30 will give you
relatively coherent results that can be creative but not excessively so."
Loving the power of Flutter + Firebase + Vertex AI! ๐ฅ Building some exciting stuff, and Lee Boonstra's "Prompt Engineering" white paper is a huge help for optimizing prompts in Vertex AI Studio. Can't wait to share more! Sneak peek below ๐
#Firebase #VertexAI #AI #GenAI #PromptEngineering
#TeamSauna
I am excited to join the Observable<Flutter> livestream today with other Flutter tech leads. We will be diving into what itโs like building Flutter apps in enterprise environments. If you have questions drop them with #AskFlutter and join on Flutterโs YT channel!
www.youtube.com/watch?v=saeh...
A solid dependency injection mechanism is key to true modularity in a project. Implicit injection might seem appealing and defaulting to singletons or eagerly initializing everything without considering when they are needed impacts modularity. Be intentional with DI design for maximum modularity.
We feel so special ๐
Why is the new #Flutter Architecture Guideline important? ๐ค In my recent YouTube video, a viewer asked, "Iโve used GetX for years. Should I change? Will it cause issues later?" My advice: pick architectures that aren't Flutter-specific but work across platforms ๐
๐
The dates are set for Flutter & Friends 2025! ๐ฅณ
So mark 31st of August to 2nd of September in your calendars. (Tickets are not released yet)
Exploration with StatefulValueNotifier / StatefulValueListenable / StatefulValueListenableBuilder #Flutter
forum.itsallwidgets.com/t/statefulva...
Wow, look at this #Flutter adaptive layout package in this forum post forum.itsallwidgets.com/t/responsive...
What would be the business reason?
It is our internal guideline at Wolt. I came up with it ๐ซก
Aalto is not a cheap one ๐ the most prestigious in ๐ซ๐ฎ
- This first one is based on GetX:
fitech101.aalto.fi/courses/devi...
- The second one is based on Riverpod + go_router:
fitech101.aalto.fi/device-agnos...
This ๐๐
Just heard that Aalto University (the best in Finland) has #Flutter course but they teach GetX for state management ๐ฅฒ
This sounds like a โreverseโ testing pyramid ๐
Can we agree to use the term MVx and focus on separating the concerns of model, view and whatever is left for x? In the end we should discuss what. How is the detail.
@uekoetter.dev ๐โโ๏ธ