Bisecting regression framework issue in Flutter

Flutter is a popular framework for building cross-platform mobile applications, is known for its stability and reliability. However, occasionally, regression issues may arise due to the introduction of a bad commit. Identifying and isolating these pr... https://huynq.dev/bisecting-regression-framework-issue-in-flutter

Crafting responsive Desktop UI for OverlayEntry in Flutter

In Flutter, OverlayEntry allows developers to create overlay widgets on top of existing UI elements. In this article, we will dive into the process of creating OverlayEntry, tackling the challenge of resizing window, and demonstrate its potential wit... https://huynq.dev/crafting-responsive-desktop-ui-for-overlayentry-in-flutter

Integrating Flutter module into your iOS SwiftUI project in 5 steps

In certain scenarios, undertaking the extensive task of migrating or rewriting an entire existing application using Flutter may demand a considerable amount of effort, a factor that companies usually consider before deciding to use Flutter for their ... https://huynq.dev/integrating-flutter-module-into-your-ios-swiftui-project-in-5-steps

Compiling Flutter Engine Locally (Part I)

Flutter empowers developers to dive deeper into the framework by compiling its engine locally. This process not only enables customization but also facilitates contributions to the open-source community. In this blog post, I will walk you through a s... https://huynq.dev/compiling-flutter-engine-locally-part-i

Compiling Flutter Engine Locally (Part II)

Welcome back to the second part of the series on compiling the Flutter engine locally. In the first article, we knew how to build the engine from the latest version. Now, we'll explore how to build the engine on a specific version and apply patch fix... https://huynq.dev/compiling-flutter-engine-locally-part-ii

Streamlining exiting your Flutter desktop app with Shortcut keys

Flutter has emerged as a versatile framework for developing desktop applications, offering extensive support for handling keyboard events and providing a seamless user experience. In this article, we'll explore how Flutter simplifies the process of e... https://huynq.dev/streamlining-exiting-your-flutter-desktop-app-with-shortcut-keys

Simplifying State Management in Flutter with SyncEase

Are you tired of dealing with complex state management solutions in your Flutter applications? Look no further! Introducing SyncEase — your lightweight and versatile state management companion that simplifies the way you handle state in Flutter apps.... https://muhsindev.hashnode.dev/simplifying-state-management-in-flutter-with-syncease

ImageFiltered widget and Attributes

The ImageFiltered widget in Flutter is used to apply a filter to its child widget, typically an Image widget. It allows you to apply various image filters, such as blurs or color adjustments, to achieve different visual effects. Here are the main att... https://vinitmepani.hashnode.dev/imagefiltered-widget-and-attributes

RotatedBox Widget  and Attributes

The RotatedBox widget is a Flutter widget that allows you to rotate its child widget by a specified angle. This can be particularly useful when you need to display content in a rotated state without affecting the layout of the surrounding widgets. At... https://vinitmepani.hashnode.dev/rotatedbox-widget-and-attributes

PhysicalModel Widget and Attributes

The PhysicalModel widget in Flutter is used to create a physical model representation of a material object. It can simulate effects like elevation, shape, and surface properties, such as shadows and clipping. This widget is particularly useful when y... https://vinitmepani.hashnode.dev/physicalmodel-widget-and-attributes


Chercher