IgnorePointer widget and Attributes

The IgnorePointer widget in Flutter is used to make its subtree completely insensitive to user gestures, making it "ignore" any taps, drags, or other gestures. Attributes:

ignoring (bool):

Determines whether the subtree should be ignored or not.

I... https://vinitmepani.hashnode.dev/ignorepointer-widget-and-attributes

InteractiveViewer  and Attributes

The InteractiveViewer widget in Flutter is a versatile and powerful tool for creating interactive and zoomable user interfaces. It allows users to pan, zoom, and interact with child widgets within a bounded area. The InteractiveViewer is particularly... https://vinitmepani.hashnode.dev/interactiveviewer-and-attributes

SliverAppBar widget and Attributes

The SliverAppBar widget in Flutter provides a flexible app bar that integrates with CustomScrollView. It's commonly used in scrollable views where the app bar should expand or contract as the user scrolls. The SliverAppBar allows for smooth and custo... https://vinitmepani.hashnode.dev/sliverappbar-widget-and-attributes

AboutDialog widget and Attributes

The AboutDialog widget in Flutter is a pre-designed dialog that displays information about an application or software. It typically includes details such as the application name, version, and other relevant information. The AboutDialog is a convenien... https://vinitmepani.hashnode.dev/aboutdialog-widget-and-attributes

AnimatedContainer Widget and Attributes

The term "Animated" in Flutter generally refers to a category of widgets and classes that allow developers to create smooth and dynamic user interfaces by applying animations. One commonly used widget is AnimatedContainer. Below are details about the... https://vinitmepani.hashnode.dev/animatedcontainer-widget-and-attributes

CheckboxListTile widget and Attributes

The CheckboxListTile widget in Flutter is a combination of a ListTile and a Checkbox. It is commonly used when you want to represent a list of items with an accompanying checkbox for each item. The widget is part of the material design framework and ... https://vinitmepani.hashnode.dev/checkboxlisttile-widget-and-attributes

SwitchListTile and Attributes

SwitchListTile is a Flutter widget that combines a ListTile with a Switch. It is particularly useful when you want to present a setting or an option that can be toggled on or off within a list-based user interface. This widget simplifies the creation... https://vinitmepani.hashnode.dev/switchlisttile-and-attributes

How to make System Android Navigation Bar Background Transparent in Flutter

Hey there! I'm new to Flutter world but I've got a real soft spot for sleek UI and obsessing over those tiny details. So, right from day one of tinkering with Flutter, I couldn't resist the urge to figure out how to make that default Android system n... https://compiler.hashnode.dev/how-to-make-system-android-navigation-bar-background-transparent-in-flutter

Introduction to NetShare - Flutter opensource project

It’s been a few months since I first launched NetShare on Twitter, and I’m so excited to announce the release of a new version that brings new features and improvements. For those of you who may have missed the initial launch, NetShare is an open-sou... https://huynq.dev/introduction-to-netshare-flutter-opensource-project

Releasing Flutter projects on GitHub

Flutter is a popular open-source framework for building high-performance, high-fidelity mobile, web, and desktop applications. If you’re working on a Flutter project and want to distribute it on GitHub, this article will guide you through the process... https://huynq.dev/releasing-flutter-projects-on-github


Chercher