Dagmawi Babi
6.8K subscribers
15.7K photos
2.11K videos
243 files
2.23K links
Believer of Christ | Creative Developer.

Files Channel: https://t.me/+OZ9Ul_rSBAQ0MjNk

Community: @DagmawiBabiChat
Download Telegram
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
January 27, 2023
Honestly one of my most favorite dev console messages.

#Flutter #Coding #Dev
@Dagmawi_Babi
January 29, 2023
| ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄|
| Flutter is the best mobile |
| Development framework |
|______________|
\ (•◡•) /
\ /
——
| |
|_ |_

I will die on this hill defending flutter.

#Flutter
@Dagmawi_Babi
March 10, 2023
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
type: Row
children:
- type: Container
color: red
child:
- type: Text
0: hello world
And WRITE a function that deserializes it and produce thise:
Row(
children: [
Container(
color: Colors.red,
child: Text('hello world'),
),
],
),
But I can't be writing a function that does this to every miniscule detail of flutter components.

If this issue somehow gets resolved, flutter is 100% the best framework for me. Now it's 85% 💙

#Flutter #Thoughts
@Dagmawi_Babi
December 23, 2023
🔤🔤🔤🔤🔤🔤🔤

#Flutter #Posters
@Dagmawi_Babi
Please open Telegram to view this post
VIEW IN TELEGRAM
March 11, 2024
Dagmawi Babi
Also it's rumored to be using flutter.
Ayyyy the Rabbit R1 is written in flutter. 💙

LFG 🔥🔥🔥

#Rabbit #R1 #Flutter
@Dagmawi_Babi
May 6, 2024
In flutter when you build apps use
flutter build apk --split-per-abi

And then check out the size of the v7 version for the best compression.

#Flutter #CodeTips
@Dagmawi_Babi
July 10, 2024
Dagmawi Babi
clear it up specially if you have old projects
And here's how to clear flutter's cache
flutter pub cache clean


#Flutter
@Dagmawi_Babi
October 22, 2024
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
Please open Telegram to view this post
VIEW IN TELEGRAM
October 23, 2024
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
January 10
Forwarded from GDG On Campus AASTU (𝚋𝚒𝚛𝚞𝚔 𝚖)
🚀 Dev Dialogue: Innovating with Dagmawi Esayas! 🎙

Get ready for an electrifying session with Dagmawi Esayas—a full-stack developer, mobile expert, tech lead, and podcaster passionate about solving real-world problems through technology! With a strong presence across multiple platforms, Dagmawi is actively shaping the tech community and inspiring developers worldwide.

📅 Date: Sunday, March 23
🕒 Time: 8:00 – 9:00 PM GMT+3
📍 Where: Online

What’s in Store?

🔹 Mastering Mobile & Web Development – Build high-performance cross-platform apps with best practices.
🔹 Full-Stack Engineering Insights – Learn backend and frontend development strategies.
🔹 Tech Leadership & Innovation – Gain insights from a leader who has worked with startups, government projects, and global companies.
🔹 Breaking into the Industry & Career Growth – Navigate the tech world with real-world advice.

🎙 Meet Dagmawi Esayas

Dagmawi is a leading voice in the tech community, known for his impactful projects, mentorship, and content creation across multiple platforms. His work has reached and influenced thousands of developers through his educational content, podcasts, and online presence.

His notable projects include:

💻 ScholarXIV – An AI-powered academic paper explorer, crowned Flutter App of the Year 2024! 📚
🎮 FidelPops – An Ethiopian-themed game that teaches the Amharic alphabet through explosive action! 🔥
⚙️ API Hub – A tool simplifying access to major APIs with a uniform interface. 🌐
📊 EthioDatasets – A data collection and visualization platform for Ethiopia’s Ministry of Finance, earning him awards from AASTU and UNSPSC! 🏆

🎧 Beyond Development: Podcasting & Community Building

As a podcaster, Dagmawi brings tech conversations to life, discussing everything from emerging trends to industry challenges. His platforms are among the biggest in the region, offering insights that help developers and tech enthusiasts grow.

Join Dagmawi's Channel: @Dagmawi_Babi, @Dagmawi_Babi_Files, @DagmawiBabiJobs

🔗 RSVP Now!

Don’t miss this opportunity to learn, ask questions, and connect with one of Africa’s leading tech voices!

👉 Register here: RSVP Now

📅 See you on March 23! 🚀

#DevDialogue #GDGOnCampus #TechLeadership #FullStackDevelopment #Flutter #Podcasting #TechCommunity
March 20
This media is not supported in your browser
VIEW IN TELEGRAM
A simple overview of the architecture of Flutter

#Flutter
@Dagmawi_Babi
May 3
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
May 3
No, this is awesome

#Flutter #Dart
@Dagmawi_Babi
May 23
@Mr_Naty and @KallTech made this course. I was given access to the full course and they really did great, very proud and also very informative.

Advanced Flutter Course Trailer
youtu.be/7g4cGHwEBQ8

Udemy Course
udemy.com/course/advanced-flutter-build-enterprise-ready-apps

They take it one step at a time and go into multiple examples which's so great for learning flutter.

So definitely check it out while it's on sale.

#Courses #Flutter
@Dagmawi_Babi
June 4
Only flutter devs understand why I'm telling my IDE to stfu lol

#Flutter
@Dagmawi_Babi
June 12