Skip to content
cropped cropped flutter assets logo square.png
  • Various
  • Apps
  • UI
  • Menu
  • Elements
  • Basics
  • Packages
Search
cropped cropped flutter assets logo square.png
  • Cookie Policy
  • Privacy Policy
  • Tags

What is the Flutter ActionChip Widget and how to use it

Various

What is the Flutter ActionChip Widget Flutter ActionChip widget is a UI component that displays a short text label and an optional icon that represents an actionable item. It’s a user interface element that allows users to interact with an app by selecting options or performing actions. ActionChips are designed to be compact and efficient, …

What is the Flutter ActionChip Widget and how to use it Read More »

What is the Flutter InputChip Widget and how to use it

Various

What is the Flutter InputChip Widget Flutter InputChip Widget is a user interface element that represents a choice or an action in your app. It looks like a button but is smaller and more compact. InputChips can display a label, icon, or both, and are usually used to display options that the user can select …

What is the Flutter InputChip Widget and how to use it Read More »

What is the Flutter FilterChip Widget and how to use it

Various

What is the Flutter FilterChip Widget The Flutter FilterChip widget is a material design component that is used to display a set of tags or labels that can be used to filter content in your app. It is similar to the ChoiceChip widget, but instead of selecting a single option, you can select multiple options …

What is the Flutter FilterChip Widget and how to use it Read More »

What is the Flutter ChoiceChip Widget and how to use it

Various

What is a Flutter ChoiceChip Widget The Flutter ChoiceChip widget is a type of interactive element that allows users to choose from a set of options. It is typically used in situations where you want the user to make a single selection from a group of options, such as choosing a category or a filter. …

What is the Flutter ChoiceChip Widget and how to use it Read More »

What is the Flutter Chip Widget and how to use it

Various

What is a Flutter Chip Widget A Flutter Chip Widget is a small visual component that is used to represent a piece of information or a filter option within a user interface. It’s called a “chip” because it looks like a small rectangular chip that you might find in a board game or a casino. …

What is the Flutter Chip Widget and how to use it Read More »

How to control Flutter Slider with Buttons

Various

What is Flutter Slider and how to use it Flutter Slider is a widget that allows users to select a single value from a continuous range of values. It provides a visual representation of the range that the user can select and is commonly used in applications that require users to input a single value. …

How to control Flutter Slider with Buttons Read More »

How to Create Button Press Animation in Flutter – Examples

Various

Types of Button press animations In Flutter, you can apply various visual effects to buttons to make them more engaging and interactive for users. Here are some of the most common types of button press animations or visual effects: Flutter Button Ripple Effect Animation Creating a Ripple effect animation on a Flutter button is a …

How to Create Button Press Animation in Flutter – Examples Read More »

How to add NavigtionRail to the Drawer in Flutter

Menu, Various

Why use Flutter Drawer with NavigationRail inside The Flutter Drawer with a NavigationRail inside can be used in a variety of use cases. It allows you to create a custom navigation menu that can be displayed on the left-hand side of the app’s screen. Here are a few potential use cases for the Flutter drawer …

How to add NavigtionRail to the Drawer in Flutter Read More »

How to make a counter inside the button in Flutter

Various

Custom button with a counter inside in Flutter To create a counter inside an ElevatedButton in Flutter, you can use a StatefulWidget to manage the counter value and update it when the button is pressed. For a more customized button, you can use the ElevatedButton.icon widget and add the ADD icon inside the button. You …

How to make a counter inside the button in Flutter Read More »

How to create Visual Effects with Icon Animation in Flutter

Various

What is an Animated Icon in Flutter In Flutter, an icon is a graphical representation of a specific action or object, such as a play button, a menu icon, or a shopping cart. By default, an icon is a static image that does not change or move. However, you can add animation to an icon …

How to create Visual Effects with Icon Animation in Flutter Read More »

Posts navigation
← Previous Page 1 2 3 … 13 Next Page →

Categories

  • Apps (3)
  • Basics (73)
  • Menu (6)
  • Packages (16)
  • UI (4)
  • Various (49)

Recent Posts

  • How to use Flutter Checkbox widget – guide with examples
  • How to use Flutter Radio buttons – guide with examples
  • How to create colour swatches in Flutter using the Chip widget
  • How to customize the Flutter ActionChip widget with ease
  • How to customize the Flutter FilterChip widget with ease
  • Cookie Policy
  • Tags
  • Privacy Policy

Copyright © 2023 Flutter Assets