mFeinstein

733 posts

mFeinstein

mFeinstein

@m_feinstein

Katılım Kasım 2013
78 Takip Edilen24 Takipçiler
Eric Seidel
Eric Seidel@_eseidel·
@LoicSharma Last time I looked it was missing a `dart fix` to migrate for me. I'm too lazy to change them all by hand.
English
2
0
7
823
Loïc Sharma
Loïc Sharma@LoicSharma·
Have y’all migrated your Flutter apps to use Dart’s new dot shorthands feature? Do you use dot shorthands everywhere you can? Or do you do something else?
English
10
1
15
2.6K
mFeinstein
mFeinstein@m_feinstein·
@VolkertTodd It's not theoretical anymore, you probably heard about many big companies firing whole teams, and substituting them with only 1 senior dev with an AI companion... The market is awful rn for many people out there and I don't see things getting better for the vast majority of devs
English
0
0
0
22
mFeinstein
mFeinstein@m_feinstein·
@k8lovett @drcoderz @FlutterDev On the subject of Row/Column/Layout, maybe make an AI skill that is good into identifying the intent of the layout, so it can suggest how to fix it. It's reeeally easy to get into layout issues and the terminal messages aren't helpful many times.
English
0
0
0
13
mFeinstein
mFeinstein@m_feinstein·
@k8lovett @drcoderz @FlutterDev Honestly for me it's a memory issue... My memory... Some widgets we learn about them once, and don't use them, but then in the future they could have been helpful, but we don't even remember they exist.. Maybe an AI skill that checks for patterns and suggests alternative widget?
English
2
0
0
50
mFeinstein
mFeinstein@m_feinstein·
@k8lovett @drcoderz @FlutterDev Don't know if this would fix this tbh, it feels like it's a normal thing to happen when we have so many options, but many are niche or rarely used in practice.
English
0
0
0
11
Matt Carroll
Matt Carroll@SuprDeclarative·
For over a decade I've relied on @intellijidea Android Studio to have a dozen projects open for as long as I wanted, no problem. Now, 2 projects open for 2 days the whole thing becomes a laggy buggy mess. Can't scroll smoothly in the editor, can't type in the terminal 🤬
Matt Carroll@SuprDeclarative

What happened to Android Studio? How do I get rid of this awful lag that happens in the code editor and the terminal? I avoided upgrading for a long time and now I get this.

English
10
0
30
3.4K
mFeinstein
mFeinstein@m_feinstein·
@vishnuhx @msomuin Maybe those who talk about them haven't seen them in reality as they think, they might be just underestimating what Flutter can do... I would love to hear examples of common apps that have to be native, because to this day, I haven't seen them much tbh
English
0
0
0
31
mFeinstein
mFeinstein@m_feinstein·
@vishnuhx @msomuin I agree, but after working with many many apps, I hardly can see apps that benefit from being full native. They surely exist, but they are a big exception, even if people talk about them as if they are common
English
2
0
2
46
Somasundaram M
Somasundaram M@msomuin·
Flutter is fast. Native is forever. LinkedIn US: 237,000 native Android jobs. 6,400 React Native. 1,068 Flutter. The market has spoken. For MVPs and internal tools? Cross-platform is fine. For streaming at scale, camera work, device-tier optimization? Native wins. Not my opinion — the production data's opinion.
English
17
4
170
28.4K
mFeinstein
mFeinstein@m_feinstein·
@vishnuhx @msomuin I have worked with both tools, I can say, hands down, working with Flutter is way easier and more pleasant than native, so maybe the Flutter devs are not blind, they just discovered something that others didn't
English
1
0
4
82
Vishnu Haridas
Vishnu Haridas@vishnuhx·
@msomuin Most of the Flutter devs I see are dogmatic hardcore fanboys of Flutter, blindly denying everything else including native. They just don't realize that these are just tools and pick the right one for the right job. Either they don't understand the job or the tool.
English
1
0
7
1.3K
mFeinstein
mFeinstein@m_feinstein·
@_eseidel @shorebirddev I never had any doubts you will see exponential growth and see all the time you invested in Flutter paying up, we can only be thankful for the amazing tech you build
English
0
0
0
12
Eric Seidel
Eric Seidel@_eseidel·
Compounding is wild. More new paying customers for @shorebirddev this week than we used to see in a month. 📈
English
8
2
75
2.8K
mFeinstein
mFeinstein@m_feinstein·
@imadetheseworks I think that in theory the child could "lie" about its size.. There are widgets to allow overflow, I don't remember how they work, but AFAIK a child can paint outside its size and position
English
0
0
0
71
Tim
Tim@imadetheseworks·
Am I being stupid #Flutter people? Can a RenderObject really not find out if it caused its child to overflow? I know that there is getMinIntrinsicX, but that throws as soon as there is a scrollable somewhere, even if the rest of the child could still overflow
English
4
0
29
8.3K
mFeinstein
mFeinstein@m_feinstein·
@mraleph @kevmoo You don't, trust me, the less AI can't help you, the longer you can keep your job lol
English
0
0
0
59
Slava Egorov
Slava Egorov@mraleph·
@kevmoo I don't say it can't be useful - I say: I wish it was more useful for me.
English
2
0
22
1.5K
kevmoo
kevmoo@kevmoo·
Slava, I think you're neglecting all of the toil that most engineers live in everyday. You work at the most complex levels of a complex system. I am not surprised you find very little benefit in the AI generated bits. (Although I am curious about any experiments you've done.)
Slava Egorov@mraleph

I really wish I was in living in the same parallel universe as AI slop wankers and could just spawn a freaking agent per item of my backlog... And not have to rm -rf the produced garbage later.

English
3
0
28
5.8K
mFeinstein
mFeinstein@m_feinstein·
@brendanchatt You said it's top of the hill, rolling down, I don't get it lol
English
1
0
1
5
Brendan
Brendan@brendanchatt·
@m_feinstein Opus 4.5 and following, including other providers
English
1
0
0
13
mFeinstein
mFeinstein@m_feinstein·
@VasiliyZukanov Depends, what do you want to do with your libs? If you want be able to call Kotlin code from Flutter, than Plugins is the way to go... If you want to design KMP visual components, and show them on screen using Flutter, than it would be a PlatformView, but they have bad performanc
English
0
0
0
115
Vasiliy Zukanov
Vasiliy Zukanov@VasiliyZukanov·
Anyone knows if I can build Kotlin Multiplatform lib for Flutter, in any way?
English
7
0
17
4.9K
mFeinstein
mFeinstein@m_feinstein·
@bernaferrari @mikitahimpel @viktorlidholt @linear Well, kinda... The Sotck Market part of the investments app is a Flutter "add-to-app" module, sharing code with the stock trading app. It was an interesting challenge for my team at the time. The offshore part is also Flutter, but from another team. The rest is native.
English
1
0
0
60
Viktor Lidholt
Viktor Lidholt@viktorlidholt·
Flutter has such incredible momentum right now. 🎯 Just to name a few things that are happening: 1️⃣ Toyota is building a fully fledged 3D game engine in Dart. 2️⃣ Xiaomi is rewriting all its core system apps in Flutter. 3️⃣ India's largest bank, SBI YONO, is moving its app to Flutter.
English
36
80
581
37.5K
mFeinstein
mFeinstein@m_feinstein·
@mikitahimpel @viktorlidholt @linear Flutter is a tool, having good UI is a design decision, which is tied to the luck of whomever is hired for doing the design for a given company
English
0
0
1
17
Bernardo Ferrari
Bernardo Ferrari@bernaferrari·
@mikitahimpel @viktorlidholt @linear I've never used linear app, but there is Binance, Bible, Nubank and BTG. I can't take screenshots because app won't allow, but check the Nubank website. 100m clients and pure Flutter.
English
1
0
1
102