Finally got time to watch Flutter Forward. I haven't been this excited about a tech event this much. And they delivered. What flutter is doing is genuinely mind blowing! 🤯👏🔥
Flutter Forward
• https://www.youtube.com/live/zKQYGKAe5W8?feature=share
#Flutter #Tech #Events
@Dagmawi_Babi
Flutter Forward
• https://www.youtube.com/live/zKQYGKAe5W8?feature=share
#Flutter #Tech #Events
@Dagmawi_Babi
| ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄|
| Flutter is the best mobile |
| Development framework |
|______________|
\ (•◡•) /
\ /
——
| |
|_ |_
I will die on this hill defending flutter.
#Flutter
@Dagmawi_Babi
| Flutter is the best mobile |
| Development framework |
|______________|
\ (•◡•) /
\ /
——
| |
|_ |_
I will die on this hill defending flutter.
#Flutter
@Dagmawi_Babi
Dagmawi Babi
So let me introduce you to the app. I have no official name for it so far but I call it Philomena as a placeholder (based on the name of the daughter of the Invoker in Dota the series) I am planning to build a secure social app where anonimity is also promoted.…
Okay so one thing I hate about Flutter:
It doesn't support dynamic code loading.
So when I started Philomena, my all in one social app, I planned to make it as extensible and as component based as I could.
I wanted to build an extension store inside of it and allow devs to build entire apps and extensions and publish to that store. So for example one dev could build an entire music player and publish to the store and any user can install that and then BAM Philomena can now stream your favorite songs.
But that turns out is relatively improbable to build with ease and efficiency. And so I went on building every app I needed.
Thing is you can do something like this
If this issue somehow gets resolved, flutter is 100% the best framework for me. Now it's 85% 💙
#Flutter #Thoughts
@Dagmawi_Babi
It doesn't support dynamic code loading.
So when I started Philomena, my all in one social app, I planned to make it as extensible and as component based as I could.
I wanted to build an extension store inside of it and allow devs to build entire apps and extensions and publish to that store. So for example one dev could build an entire music player and publish to the store and any user can install that and then BAM Philomena can now stream your favorite songs.
But that turns out is relatively improbable to build with ease and efficiency. And so I went on building every app I needed.
Thing is you can do something like this
type: RowAnd WRITE a function that deserializes it and produce thise:
children:
- type: Container
color: red
child:
- type: Text
0: hello world
Row(But I can't be writing a function that does this to every miniscule detail of flutter components.
children: [
Container(
color: Colors.red,
child: Text('hello world'),
),
],
),
If this issue somehow gets resolved, flutter is 100% the best framework for me. Now it's 85% 💙
#Flutter #Thoughts
@Dagmawi_Babi
Please open Telegram to view this post
VIEW IN TELEGRAM
I'm now almost done migrating Scholarxiv (🥲 ) from Svelte 4 to 5 and my God I'm loving programming all over again. Svelte is just bae.
Quick Advice: If you're so tired of web programming try Svelte, if you're tired of API programming try HonoJS, if you're tired of mobile programming try Flutter, If you're tired of CLI apps try Go. All of these will make you love programming all over again.
👩💻 👩💻 👩💻
#Svelte #Flutter #HonoJS #Go #Programming
@Dagmawi_Babi
Quick Advice: If you're so tired of web programming try Svelte, if you're tired of API programming try HonoJS, if you're tired of mobile programming try Flutter, If you're tired of CLI apps try Go. All of these will make you love programming all over again.
#Svelte #Flutter #HonoJS #Go #Programming
@Dagmawi_Babi
Please open Telegram to view this post
VIEW IN TELEGRAM
When I won the best flutter app of the year, I instantly got access to Hungrimind, which's a $200 interactive, beginner to advanced flutter course.
I thought it would be just another course platform at first when I saw the videos and stuff but then Tadas gave me access to their newest version, boy was I wrong.
This is the absolute peak flutter experience. It's the most straightforward and most advanced flutter learning platform out there.
The reason is that there's a built in flutter renderer. So you can practice building the apps live while you're learning while the servers handle building and compiling it for you.
#Flutter #Hungrimind
@Dagmawi_Babi
I thought it would be just another course platform at first when I saw the videos and stuff but then Tadas gave me access to their newest version, boy was I wrong.
This is the absolute peak flutter experience. It's the most straightforward and most advanced flutter learning platform out there.
The reason is that there's a built in flutter renderer. So you can practice building the apps live while you're learning while the servers handle building and compiling it for you.
#Flutter #Hungrimind
@Dagmawi_Babi
flutter-roadmap.png
1.9 MB
Also here's a great roadmap if you're learning Flutter I got from Hungrimind. Hope it helps :)
#Roadmaps #Flutter
@Dagmawi_Babi
#Roadmaps #Flutter
@Dagmawi_Babi