Cagatay Ulusoy's Avatar

Cagatay Ulusoy

@ulusoyapps.bsky.social

Google Developer Expert for Flutter & Dart

308 Followers  |  182 Following  |  50 Posts  |  Joined: 17.11.2024  |  1.5856

Latest posts by ulusoyapps.bsky.social on Bluesky

Widgets vs helper methods | Decoding Flutter
YouTube video by Flutter Widgets vs helper methods | Decoding Flutter

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...

24.04.2025 17:35 โ€” ๐Ÿ‘ 6    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

Do you get invites to monthly GDE meetings and emails from these sessions? Maybe you are not receiving those?

24.04.2025 17:33 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

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.

24.04.2025 14:58 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Post image

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...

17.04.2025 07:23 โ€” ๐Ÿ‘ 4    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

TLDR; Flutter vs. Native vs. KMP

16.04.2025 12:43 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image

๐Ÿ’ก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๐Ÿคฆโ€โ™‚๏ธ

14.04.2025 08:48 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

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.

14.04.2025 08:48 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

"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? ๐Ÿคฏ

12.04.2025 22:01 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

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."

12.04.2025 22:01 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Post image Post image

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

12.04.2025 21:53 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 1

#TeamSauna

30.12.2024 18:11 โ€” ๐Ÿ‘ 6    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
#FlutterInProduction | Observable Flutter #58
YouTube video by Flutter #FlutterInProduction | Observable Flutter #58

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...

19.12.2024 08:11 โ€” ๐Ÿ‘ 12    ๐Ÿ” 1    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

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.

16.12.2024 08:13 โ€” ๐Ÿ‘ 3    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

We feel so special ๐Ÿ˜

06.12.2024 15:30 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image Post image

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 ๐Ÿ‘Œ

05.12.2024 12:16 โ€” ๐Ÿ‘ 6    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

๐Ÿ‘€

02.12.2024 20:25 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Post image

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)

02.12.2024 10:28 โ€” ๐Ÿ‘ 71    ๐Ÿ” 20    ๐Ÿ’ฌ 4    ๐Ÿ“Œ 3
Preview
StatefulValueNotifier / StatefulValueListenableBuilder In this post, I would like to receive feedback regarding our solution to work with the loading, error, and idle states of data. We worked on this solution together with Mikhail Zotyev (author or Eleme...

Exploration with StatefulValueNotifier / StatefulValueListenable / StatefulValueListenableBuilder #Flutter

forum.itsallwidgets.com/t/statefulva...

26.11.2024 18:17 โ€” ๐Ÿ‘ 3    ๐Ÿ” 1    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
Responsiveness in Flutter Hi, you can take a look at our packages: Responsive layout grid for responsive modals:

Wow, look at this #Flutter adaptive layout package in this forum post forum.itsallwidgets.com/t/responsive...

26.11.2024 09:22 โ€” ๐Ÿ‘ 14    ๐Ÿ” 1    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

What would be the business reason?

24.11.2024 11:49 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

It is our internal guideline at Wolt. I came up with it ๐Ÿซก

23.11.2024 09:47 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Post image 23.11.2024 09:39 โ€” ๐Ÿ‘ 9    ๐Ÿ” 1    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

Aalto is not a cheap one ๐Ÿ˜… the most prestigious in ๐Ÿ‡ซ๐Ÿ‡ฎ

22.11.2024 21:46 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 2    ๐Ÿ“Œ 0

- 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...

22.11.2024 17:47 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

This ๐Ÿ‘†๐Ÿ˜

22.11.2024 17:41 โ€” ๐Ÿ‘ 3    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Just heard that Aalto University (the best in Finland) has #Flutter course but they teach GetX for state management ๐Ÿฅฒ

22.11.2024 15:41 โ€” ๐Ÿ‘ 6    ๐Ÿ” 0    ๐Ÿ’ฌ 4    ๐Ÿ“Œ 0
Post image

This sounds like a โ€˜reverseโ€™ testing pyramid ๐Ÿ˜…

21.11.2024 16:40 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

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.

21.11.2024 13:49 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

@uekoetter.dev ๐Ÿ™‡โ€โ™‚๏ธ

20.11.2024 22:30 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

@ulusoyapps is following 19 prominent accounts