Bogdan Hobeanu

547 posts

Bogdan Hobeanu

Bogdan Hobeanu

@callmebit

Building Figma to Flutter: @FlanvaHQ. Loving design + code + @FlutterDev - author of bitsdojo_window - https://t.co/jt2IbUd8Iw

Katılım Haziran 2018
111 Takip Edilen889 Takipçiler
Sabitlenmiş Tweet
Bogdan Hobeanu
Bogdan Hobeanu@callmebit·
I’ve always found converting Figma designs to #Flutter code pretty tedious, so I built something to make it easier. If you’ve been there too, follow me here or check out flanva.com for updates. Here is a short preview of how Flanva works. 2/2 🧵
English
1
3
12
1.6K
Norbert Kozsir
Norbert Kozsir@norbertkozsir·
I ported Flutter to the terminal! 💻 - Pure Dart, but feels exactly like Flutter - Stateful hot-reload for your TUI app - Native ANSI rendering - Open Source I'm at #ftcon25eu , come say hi if you wanna learn more :) It's called Nocterm, link in comments 👇🏼
Norbert Kozsir tweet media
English
24
33
304
23K
Bogdan Hobeanu
Bogdan Hobeanu@callmebit·
My take on #Flutter state management: • Bloc: Good for teams, not for small projects • Provider/Riverpod: Overengineered; Riverpod docs never felt right • ChangeNotifier/ValueNotifier: Simple but can get verbose over time Signals by @rodydavis hits the right balance for me.
English
19
7
103
7.8K
Bogdan Hobeanu
Bogdan Hobeanu@callmebit·
@KefehCollins @rodydavis I believe you can get the benefits that riverpod offers without using code gen and I personally like to avoid code gen if I can. Again, this is just what works best for me and other things might work better for someone else.
English
1
0
0
107
kefeh collins 💙
kefeh collins 💙@KefehCollins·
@callmebit @rodydavis I don't think you need to compare intuitiveness to any other package,in essence if someone knows dart and flutter, they should be able to use a solution without too many new concepts to grasp. That's why code Gen is kind of important too
English
1
0
0
119
kefeh collins 💙
kefeh collins 💙@KefehCollins·
@callmebit @rodydavis Simply to flutter. Simply write a function that returns a value(or a class with a build function ie init method in a sense), annotate it and you get to have access to the returned value from that function anywhere in your widget tree. (Note that other intricacies matter)
English
1
0
0
184
kefeh collins 💙
kefeh collins 💙@KefehCollins·
@callmebit @rodydavis Actually code generation has often been an issue but it's just because of build runner times as the project gets bigger, but I think riverpod is far more intuitive and straightforward to most junior devs I work with.
English
1
0
3
297
kefeh collins 💙
kefeh collins 💙@KefehCollins·
@callmebit @rodydavis Nice opinion, I think both bloc and riverpod are good for big teams, I've used both and I don't get the overengineered point, will you care to expatiate on this?
English
1
0
3
792
Luke
Luke@luke_pighetti·
@callmebit @whoisgraham ahh very cool will check it out. any idea why this isn't in the core framework?
English
1
0
1
338
Luke
Luke@luke_pighetti·
i gotta be honest i have no idea why DataTable in flutter even exists
English
11
1
46
6.2K
Luke
Luke@luke_pighetti·
@whoisgraham i like how ListView has a lazy .builder() constructor but DataTable is just one massive widget
English
2
0
1
670
Bogdan Hobeanu
Bogdan Hobeanu@callmebit·
I think the React Native folks joking about #Flutter ‘dying’ (again) is the best proof they see it as a worthy competitor. Your biggest competitor is the one you keep mentioning. Keep calm, use what works for you, and keep shipping.
English
0
0
15
699
Bogdan Hobeanu
Bogdan Hobeanu@callmebit·
I’ll use these words from @dhh as a reminder whenever someone says SQLite doesn’t scale:
English
25
142
1.4K
494.6K
Rishi
Rishi@notnotrishi·
@callmebit is this a real clip? 🤔 and does he sound like jim cramer in here? 😅
English
1
0
5
5.1K
Bogdan Hobeanu retweetledi
DHH
DHH@dhh·
Our primary priority for Ruby on Rails is getting you from 0-1. Once you've become rich beyond belief, you can afford to tackle whatever unique frontier problems you face at that scale. Get the bag first, then worry about how to hold it!
Bogdan Hobeanu@callmebit

I’ll use these words from @dhh as a reminder whenever someone says SQLite doesn’t scale:

English
45
108
1.7K
164.4K
Bogdan Hobeanu
Bogdan Hobeanu@callmebit·
When working on backend, which one of these do you spend more time on?
English
2
0
1
478
Bogdan Hobeanu
Bogdan Hobeanu@callmebit·
Was looking forward to trying the @ServerpodDev VS Code extension only to find out it doesn't work with serverpod mini projects :(
Flutter@FlutterDev

@dart_lang When you use Serverpod, you can write your server-side code in Dart, automatically generate your APIs, and hook up your database with minimal effort. 🔌 Use Serverpod Insights to view your server’s logs, track database queries, and more→ goo.gle/4e64Vsy

English
1
0
4
1.4K