New Google Flutter 3.38 Update is INSANE!
8:11

New Google Flutter 3.38 Update is INSANE!

Julian Goldie SEO 18.11.2025 5 327 просмотров 111 лайков обн. 18.02.2026
Поделиться Telegram VK Бот
Транскрипт Скачать .md
Анализ с AI
Описание видео
Want to get more customers, make more profit & save 100s of hours with AI? https://go.juliangoldie.com/ai-profit-boardroom Get a FREE AI Course + Community +1,000 AI Agents + video notes + links to the tools 👉 https://www.skool.com/ai-seo-with-julian-goldie-1553/about 🤖 Need AI Automation Services? Book a FREE AI Discovery Session Here: https://juliangoldieaiautomation.com/ Order SEO Services Here → https://juliangoldieai.com/8hgbks 🚀 Get a FREE SEO strategy Session + Discount Now: https://go.juliangoldie.com/strategy-session Want to buy backlinks? Order here: https://orders.goldie.agency/order/backlinks 🤯  Want more money, traffic and sales from SEO? Join the SEO Elite Circle👇 https://go.juliangoldie.com/register Click below for FREE access to ✅ 50 FREE AI SEO TOOLS 🔥 200+ AI SEO Prompts! 📈 FREE AI SEO COMMUNITY with 2,000 SEOs ! 🚀 Free AI SEO Course 🏆 Plus TODAY's Video NOTES... https://go.juliangoldie.com/chat-gpt-prompts FREE AI SEO Skool Group: 🚀 Want to rank #1 and make more money with SEO? - Join here → https://www.skool.com/ai-seo-mastermind-group-3510/about - Join our FREE AI SEO Accelerator here: https://www.facebook.com/groups/aiseomastermind

Оглавление (2 сегментов)

  1. 0:00 Segment 1 (00:00 - 05:00) 884 сл.
  2. 5:00 Segment 2 (05:00 - 08:00) 572 сл.
0:00

Segment 1 (00:00 - 05:00)

Today I'm going to show you Flutter 3. 38. This just dropped from Google. Is going to change how you build apps. You write less code. You get faster results. Your web apps now work like magic. Hot reload on multiple browsers at once. One line of code instead of five. This is big. And I'm going to show you exactly how to use it. Let's go. Hey, if we haven't met already, I'm the digital avatar of Julian Goldie, CEO of SEO agency Goldie Agency. whilst he's helping clients get more leads and customers. I'm here to help you get the latest AI updates. So, Google just released Flutter 3. 38 with Dart 3. 10. And this update is actually crazy. If you build apps, you need to see this. Let me break down what's new and why this matters to you. First up is dotshorthands. This is the thing everyone is talking about. Instead of writing main access alignment start, you just write dot start. Instead of edge insets all open parenthesis 8. 0 0 close parenthesis, you write dotall open parenthesis 8. 0 close parenthesis. Old way, you type out the full class name every single time. New way, just a dot and the property. Your code looks cleaner. It's faster to write. And when you're building UI, you use these properties hundreds of times. Now, each one takes half the keystrokes. That adds up fast. Now, let's talk about web. This is where Flutter made huge improvements. They added a new file called webc_dev_config. yaml. You can now set your host, your port, your certificate, and your headers all in one config file. No more typing flags every time you run your app. But here's a really cool part. They added proxy support. You can forward paths to another server. This means you can run your Flutter web app and your backend API together. No more cars issues. No more fighting with local development setup. It just works. And there's more. Hot reload now works on web by default, not just on one browser, on multiple browsers at the same time you make a change in your code. It updates in Chrome, Firefox, and Safari instantly. This is massive for web developers. You save hours every week just from this one feature. Before we go further, I want to tell you about something that's helping thousands of people right now. It's called the AI Profit Boardroom. This is where you learn to scale your business with AI. Get more customers. Save hundreds of hours with automation. The link is in the description at ww. school. com/iprofitlab 7462/about. Inside you get tools, workflows, and a whole community of people building with AI. Check it out. Let's talk about the framework improvements. They upgraded something called overlay portal. This lets you render UI that escapes parent layout constraints. Think notifications that appear over everything else or tool tips that float above your content. And before this was tricky to set up. Now it's way easier. Android also got a big upgrade. They enabled predictive back gesture by default. This means when users swipe back, they see a preview of where they're going. It makes navigation feel smoother. They also changed the default page transition. Your app just feels more polished without you doing any extra work. And if you're building for Windows desktop, you can now query connected display info, resolution, refresh rate, DPI, all accessible in your code. You can optimize your UI based on the actual hardware your users have. Let's talk about platform support. Full support for iOS 26, Xcode 26, and Mac OS 26. For Android, they added NDKR28 compatibility, fixed a major memory leak, and updated to Java 17. Your apps are now faster, more stable, and ready for future OS updates. Now, here's something developers love. Widget previews got updated. This is built into your IDE. You can see your widgets rendered right in your editor. No need to run the full app. Just write your widget code and see it instantly. This speeds up your workflow like crazy. Accessibility improvements are big in this release, too. They added a new widget called sliver semantics. Better default behaviors for screen readers and assistive tech. You don't have to write as much custom code to make your app accessible. Flutter handles more of it automatically. They also added migration guides. So, if you're updating an old app, you have clear instructions. These guides save you hours of debugging. Now I have to mention breaking changes. Every major update has them. Some things got deprecated. Light targets root overlay in overlay portal. It's now called overlay location. Flutter has a full breakin changes page in their docs. So before you upgrade, check that page. Most upgrades are smooth, but it's smart to be prepared. So how do you upgrade? It's simple. Open your terminal, run flutter upgrade if you're on the stable channel. That's it. Flutter handles the rest. But run your tests after. Make sure everything still works. Check the migration guide for any breaking changes. Runan analyze to catch issues and keep version control handy. Let me show you why this matters in practice. Imagine you're building a food delivery app with dotshorthands. Your padding and
5:00

Segment 2 (05:00 - 08:00)

alignment code is half the length. With the web improvements, you can test the app in three browsers at once while also running your backend API locally. With overlay portal upgrades, your notification system for new orders is easier to build. With Android predictive back, navigation feels native and polished. All of this adds up to faster development and happier users. Or say you're building a productivity app for desktop. With Windows Display Info, you can detect if someone has a 4K monitor and adjust your layout automatically. With the accessibility improvements, screen reader users can navigate your app easily. And with widget previews, you built the whole thing faster because you see components instantly. This is why Flutter 3. 38 is such a big deal. It's dozens of improvements that stack together. Each one saves you time. Each one makes your app better. You ship faster. Your code is cleaner. Your users have a better experience. Now, let me tell you something most developers miss. The real power of Flutter 3. 38 isn't just one feature. It's how everything works together. Think about your typical day building an app. You start with layout code. Now you're using dotshorthands. You type half as much. Your fingers move faster. Your brain stays focused on design instead of syntax. Then you need to test on web before you'd switch between browsers manually. Click refresh. Wait, check the next browser. Repeat. That's gone. Now hot reload hits all browsers at once. You see your changes everywhere instantly. No context switching. No waiting. You stay in flow state. Then you need to add a notification overlay. Overlay portal makes it simple. Three lines of code instead of 20. You're not fighting the framework anymore. It's helping you. Now, let me tell you about something that can help you even more. Welcome to the free AI money lab with Julian Goldie. Inside you'll get 50 plus free AI tools and 200 plus chat GPT SEO prompts. Get 1,000 plus free NAN workflows, access 200 plus Chat GPT prompts, and a full blueprint to generate thousands of leads free with AI. What you'll also get is a free AI community, a free AI course, and proven AI case studies. The link is in the description. This is completely free and it's packed with value. So, here's what you should do right now. First, upgrade to Flutter 3. 38 to test it with a new project. Get comfortable with dotshorthands. Set up the web config file if you do web development. Try the hot reload on multiple browsers. Check out widget previews in your IDE and start building. Flutter 3. 38 is a productivity boost. Cleaner code, better web workflows, refined UI, futurep proof platforms. This update removes friction from your development process. Julian Goldie reads every comment, so make sure you comment below. Tell me which feature you're most excited about. Are you pumped about dotshorthands? Do the web improvements change your workflow? Drop a comment and let me know. And if you want to scale your business with AI, join the AI profit boardroom. The link is at www. school. com. AI profitlab 7462 about. This is the best place to learn AI automation, get more customers, and connect with other builders. Check it out. That's it for this video. Flutter 3. 38 is live. It's powerful and it's going to make your development faster and smoother.

Ещё от Julian Goldie SEO

Ctrl+V

Экстракт Знаний в Telegram

Транскрипты, идеи, методички — всё самое полезное из лучших YouTube-каналов.

Подписаться