Tired of fragile tests and tangled code? It’s time to throw your dependencies out of the ring — and own your Flutter codebase once and for all.
🟢🎥 Watch “Own your app code: throw dependencies out of the ring”
👉🏻 https://youtu.be/wA6F4N26ap4
and learn how to:
• Use Ports & Adapters to isolate external packages
• Improve testability with custom implementations and Fakes
• Escape the dependency trap and structure your app for long-term maintainability
👤 Vadym Pinchuk, GDE for Flutter & Dart, Mobile App Developer
Don’t forget: all Flutter Heroes 2025 talks are rolling out on YouTube!
Catch up here → https://www.youtube.com/@FlutterHeroes 👈🏻
🟢🎥 Watch “Own your app code: throw dependencies out of the ring”
👉🏻 https://youtu.be/wA6F4N26ap4
and learn how to:
• Use Ports & Adapters to isolate external packages
• Improve testability with custom implementations and Fakes
• Escape the dependency trap and structure your app for long-term maintainability
👤 Vadym Pinchuk, GDE for Flutter & Dart, Mobile App Developer
Don’t forget: all Flutter Heroes 2025 talks are rolling out on YouTube!
Catch up here → https://www.youtube.com/@FlutterHeroes 👈🏻
YouTube
Own your app code: throw dependencies out of the ring | Flutter Heroes 2025 Talk
⏩ Chapter:
00:00 Intro
02:06 Let’s walk through the story of the App
04:02 Adding essential packages: state management of choice
05:40 adding routing
06:40 static dependencies, like remote storage
07:44 local database, persistency
08:40 What does the code…
00:00 Intro
02:06 Let’s walk through the story of the App
04:02 Adding essential packages: state management of choice
05:40 adding routing
06:40 static dependencies, like remote storage
07:44 local database, persistency
08:40 What does the code…
❤6
🕸️ Managing network requests in Flutter isn’t just about sending an HTTP call — it’s about building something solid, scalable, and ready for production.
🟢🎥 Watch “From Zero to Network Manager Hero — Master Dio Package!”
🔗 https://youtu.be/PS-ci92tZag 👈🏻
Learn how to:
• Set up a clean, generalized HTTP client in Flutter using Dio
• Handle exceptions, interceptors, file downloads, and multipart requests
• Organize your code for maintainability, scalability, and testability
👤 Marco Facco, Expert Digital Engineer at NTT DATA Italia
📺 Don’t forget: all Flutter Heroes 2025 talks are being published on our YouTube channel. Catch up now and level up your Flutter skills 👈🏻
🟢🎥 Watch “From Zero to Network Manager Hero — Master Dio Package!”
🔗 https://youtu.be/PS-ci92tZag 👈🏻
Learn how to:
• Set up a clean, generalized HTTP client in Flutter using Dio
• Handle exceptions, interceptors, file downloads, and multipart requests
• Organize your code for maintainability, scalability, and testability
👤 Marco Facco, Expert Digital Engineer at NTT DATA Italia
📺 Don’t forget: all Flutter Heroes 2025 talks are being published on our YouTube channel. Catch up now and level up your Flutter skills 👈🏻
YouTube
From Zero to Network Manager Hero — Master Dio Package! | Flutter Heroes 2025 Talk
⏩ Chapter:
00:00 Intro
03:32 Let’s start from Zero
06:39 #1 From zero to request
07:16 HTTP client setup with Dio
10:51 Send my firs request
13:02 Response Management
16:38 Decoding data
18:38 Mapping data T
20:27 DioException
22:54 Error handling
25:03 Generalizing…
00:00 Intro
03:32 Let’s start from Zero
06:39 #1 From zero to request
07:16 HTTP client setup with Dio
10:51 Send my firs request
13:02 Response Management
16:38 Decoding data
18:38 Mapping data T
20:27 DioException
22:54 Error handling
25:03 Generalizing…
❤7
🚀 Real-time communication in Flutter apps just got easier—thanks to the power combo of Dart & Serverpod.
🟢🎥 Watch now: “How Dart & Serverpod Make Real-Time Communication a Breeze in Flutter Apps”
🔗 https://youtu.be/5B0zCOx50hA 👈🏻
🔎 you’ll discover how to:
• Build a complete multiplayer drawing game—from backend to frontend
• Use Serverpod’s streaming to implement real-time features
• Create endpoints, serialize data, and structure scalable Dart code
• Deploy your app smoothly to Serverpod Cloud and GCP
• Work on frontend and backend using just one language: Dart 💚
🎤 Viktor Lidholt, Founder of Serverpod, shares clean architecture tips, streaming strategies, and best practices that you can apply to your own Flutter projects—especially if you’ve been curious about Dart on the server.
📺 Explore this and other Flutter Heroes 2025 talks on our YouTube channel
🟢🎥 Watch now: “How Dart & Serverpod Make Real-Time Communication a Breeze in Flutter Apps”
🔗 https://youtu.be/5B0zCOx50hA 👈🏻
🔎 you’ll discover how to:
• Build a complete multiplayer drawing game—from backend to frontend
• Use Serverpod’s streaming to implement real-time features
• Create endpoints, serialize data, and structure scalable Dart code
• Deploy your app smoothly to Serverpod Cloud and GCP
• Work on frontend and backend using just one language: Dart 💚
🎤 Viktor Lidholt, Founder of Serverpod, shares clean architecture tips, streaming strategies, and best practices that you can apply to your own Flutter projects—especially if you’ve been curious about Dart on the server.
📺 Explore this and other Flutter Heroes 2025 talks on our YouTube channel
YouTube
How Dart & Serverpod Make Real-Time Communication a Breeze in Flutter Apps | Flutter Heroes 2025Talk
⏩ Chapter:
00:00 Intro
02:26 Serverpod overview
05:38 Serverpod basics
07:50 Creating endpoints
10:05 Serializing data
12:18 Streaming methods
16:06 Message Central
20:22 Pixorama
26:52 Building the app
31:06 Deploying to Serverpod Cloud
33:01 Where to go…
00:00 Intro
02:26 Serverpod overview
05:38 Serverpod basics
07:50 Creating endpoints
10:05 Serializing data
12:18 Streaming methods
16:06 Message Central
20:22 Pixorama
26:52 Building the app
31:06 Deploying to Serverpod Cloud
33:01 Where to go…
❤2
🚀 What does it really take to achieve Continuous Delivery with Flutter at scale?
🟢🎥 Watch now: “A Journey to Continuous Delivery with Flutter – SNCF Connect & Tech”
🔗 https://youtu.be/hn2NrhJWbxc 👈🏻
In this session from Flutter Heroes 2025, Adrien BODY and Francois Nollen (Staff Engineers at SNCF Connect & Tech) share how their team scaled CD to serve millions of users daily across Android and iOS — without losing sleep at every release. 🎤
📌 Learn how to:
• Build efficient pipelines for Flutter using GitHub, Fastlane & Shorebird
• Handle Store constraints, validations, and staged rollouts
• Use Feature Flags and Beta Releases to reduce risk
• Move from waterfall to progressive delivery, without sacrificing quality
• Test everything — from unit tests to rollout toggles
From architecture to automation, this talk is packed with real-world takeaways for mobile engineers, DevOps teams, and tech leads who want to innovate faster and deploy safer.
👤 Adrien Body & François Nollen, Staff Engineers SNCF Connect & Tech
📺 Catch all Flutter Heroes 2025 talks here 👈🏻
🟢🎥 Watch now: “A Journey to Continuous Delivery with Flutter – SNCF Connect & Tech”
🔗 https://youtu.be/hn2NrhJWbxc 👈🏻
In this session from Flutter Heroes 2025, Adrien BODY and Francois Nollen (Staff Engineers at SNCF Connect & Tech) share how their team scaled CD to serve millions of users daily across Android and iOS — without losing sleep at every release. 🎤
📌 Learn how to:
• Build efficient pipelines for Flutter using GitHub, Fastlane & Shorebird
• Handle Store constraints, validations, and staged rollouts
• Use Feature Flags and Beta Releases to reduce risk
• Move from waterfall to progressive delivery, without sacrificing quality
• Test everything — from unit tests to rollout toggles
From architecture to automation, this talk is packed with real-world takeaways for mobile engineers, DevOps teams, and tech leads who want to innovate faster and deploy safer.
👤 Adrien Body & François Nollen, Staff Engineers SNCF Connect & Tech
📺 Catch all Flutter Heroes 2025 talks here 👈🏻
YouTube
A Journey to Continuous Delivery with Flutter - SNCF Connect & Tech | Flutter Heroes 2025 Talk
⏩ Chapter:
00:00 Intro
01:48 Good Old waterfall
03:54 The four Keys
05:51 Iterating faster with FLUTTER - Building Pipelines
08:15 Our flutter PACKAGES built with GitHub
11:46 Testing everything - Pyramid of test
14:33 2025 Snapshot
15:31 A Short History…
00:00 Intro
01:48 Good Old waterfall
03:54 The four Keys
05:51 Iterating faster with FLUTTER - Building Pipelines
08:15 Our flutter PACKAGES built with GitHub
11:46 Testing everything - Pyramid of test
14:33 2025 Snapshot
15:31 A Short History…
❤5🔥1