Search results for #FlutterTips
🧐 Flutter tips Have you noticed you can now stop writing if statements in your widgets? Since dart 3.8 you can use it everywhere, even in your widgets Less boilerplate code #flutterdev #fluttertips
The best use case I found for Dart Generator in Flutter is to display download progress. #FlutterTips
🧐 Flutter tips Implicit text animations Flutter has so many implicit widgets that I often forget this one for text animations Here is how to use it 👇 #flutterdev #fluttertips
🧐 Flutter tips Flutter 3.35 landed a new amazing feature. The ability to create a preview without rendering the app, using the web renderer. Here is how to use it 👇 #flutterdev #fluttertips
🧐 Flutter tips How to get real device timezone and why not relying on datetime timezone offset only #flutterdev #fluttertips
اذا عندك دالة بتناديها في الinitState ولازم يكون عندك context تقدر من خلال استخدام (addPostFrameCallback) بيتم استدعاء الكود الموجود داخلها بعد الانتهاء من بناء الواجهة تقدر تستخدمها في الحالات دي: 1- عايز تفتح bottom sheet او dialog 2- عايز تتنقل بين الواجهات #fluttertips
119/365 Parse URLs like a pro with RouteInformationParser. Map URLs to app state: Supports deep linking and bookmarkable routes. #RouteInformationParser #DeepLinks #FlutterWeb #Navigator2 #FlutterTips #Flutter365
116/365 Embrace declarative navigation with Navigator 2.0 Navigator 2.0 introduces a declarative approach to routing: This allows full control over the navigation stack and better state management. #Navigator2 #FlutterRouting #DeclarativeNavigation #FlutterTips #Flutter365
115/365 Define routes by name for cleaner navigation. Helps keep navigation consistent in larger apps. #NamedRoutes #FlutterNavigation #FlutterDev #RoutingTips #FlutterTips #Flutter365
114/365 Control the route stack with popUntil & pushReplacement. Great for authentication flows or resetting stacks. #NavigatorTips #FlutterRouting #FlutterNavigation #FlutterDev #FlutterTips #Flutter365
113/365 Need to pass data when navigating? Here’s how. You can pass arguments when using Navigator.push: Receive it in the next screen via constructor or route arguments. #FlutterNavigation #PassingData #Navigator #FlutterTips #FlutterDev #Flutter365
112/365 Make navigation feel native on iOS with CupertinoPageRoute. CupertinoPageRoute provides iOS-style slide transitions: Use it when you want your app to match iOS UI/UX standards. #CupertinoPageRoute #FlutteriOS #FlutterNavigation #FlutterTips #FlutterDev #Flutter365
110/365 Navigation basics. With Navigator 1.0, you can push a new screen and pop back: Navigator.pop(context); This is the simplest way to move between screens #NavigatorPush #NavigatorPop #FlutterRouting #FlutterDev #FlutterTips #Flutter365
Flutter tip: Stop using widgets that weigh your UI down. I broke down 10 Flutter widgets you should ditch now, plus the modern replacements you should be using instead. Clean, fast UI—no fluff. medium.com/@workflow09409… #Flutter #FlutterTips #CleanCode
🧠 Flutter Tip: Responsive UIs 101 MediaQuery and LayoutBuilder make UIs responsive but serve different purposes. Knowing when to use each is key for clean, reusable widgets. Here's the breakdown 👇 #FlutterDev #FlutterTips
106/365 When to Choose What? Confused? No “best”, just fit for purpose. #FlutterTips #StateManagement #FlutterComparison #BestPractices #FlutterDev #Flutter365
102/365 Minimal, fast, and all-in-one - GetX GetX is a lightweight Flutter library offering: * State management * Navigation * Dependency injection Example reactive state: Loved for its simplicity, but use thoughtfully to avoid tight coupling. #GetX #FlutterTips #Flutter365
I just found out about SearchAnchor.bar in Flutter 😮 No more building custom search bars from scratch - this thing is a lifesaver! Clean and super easy to use. Shoutout to the Flutter team 👏 #FlutterDev #FlutterTips
🧐 Flutter tips Riverpod automatically handled loading / error and data states When you return a Future from the build method using the Riverpod annotation Saves a lot of time #flutterdev #fluttertips

FlutterTips @FlutterTips
13 Followers 0 Following