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

How to make a Button with a Timer in Flutter

Various

How to make a simple Timer in Flutter In Flutter, you can create a simple timer using the Timer class from the Dart standard library. The Timer class allows you to schedule a callback function to be called after a certain amount of time has passed. To do this, you will need to create a …

How to make a Button with a Timer in Flutter Read More »

How to Disable the Flutter Button after onPressed – Examples

Various

When to Disable a Button in Flutter Here are some examples of when the Flutter button should be disabled after a tap or press: In general, it’s a good practice to disable a button after it’s tapped if there’s a possibility of the user triggering the action multiple times or if the action requires certain …

How to Disable the Flutter Button after onPressed – Examples Read More »

How to Animate the Flutter Button with Examples

Various

Why add an animation to the Flutter Buttons Adding animation to Flutter Button can make them feel more responsive and engaging to users. Animations can help provide visual feedback when a button is pressed, indicating that the user’s action has been registered. By making the user interface more dynamic and interactive, animations can enhance the …

How to Animate the Flutter Button with Examples Read More »

How to use Flutter Banner and create a custom corner Banner

Various

What is a Banner widget in Flutter? The Flutter banner widget is a user interface element that is used to draw attention to important information or actions in an application. It consists of a rectangular container with a diagonal strip of colour that overlays one of the corners of the container. The colour and text …

How to use Flutter Banner and create a custom corner Banner Read More »

What is Flutter Badge and how to use it – examples

Basics, Various

What is a Badge in Flutter? A badge in Flutter is a small graphical element that is used to display a numerical value or a status icon. It is often displayed as a small, round shape with a number or an icon in the centre, and it is usually placed in the top-right corner of …

What is Flutter Badge and how to use it – examples Read More »

How to use Flutter Zoomable Widget with examples

Various

What is a zoomable widget in Flutter? A zoomable widget in Flutter is a widget that allows users to zoom in and out of an image or other content. In Flutter, you can use the InteractiveViewer widget to create a zoomable interface. This widget allows users to zoom and pan the content within it. It …

How to use Flutter Zoomable Widget with examples Read More »

How to use Divider in Flutter with examples

Basics, Various

What are the Flutter Divider and VerticalDivider? The Divider and VerticalDivider widgets in Flutter are used to create visual separators between different elements in a user interface. A Divider creates a horizontal line that can be used to separate text, images, or other widgets. The VerticalDivider, on the other hand, creates a vertical line that …

How to use Divider in Flutter with examples Read More »

How to add a border to a widget in Flutter with examples

Basics, Various

What is a border in Flutter? A border in Flutter refers to a visual element that surrounds a widget, acting as a frame or a divider. It helps to create a visual separation between different parts of the user interface and adds some visual interest to the overall design. Borders can have various styles such …

How to add a border to a widget in Flutter with examples Read More »

How to Resize Elements in Flutter Using Percentage Values

Various

In Flutter, the size of elements can be controlled through various factors such as absolute pixel values or relative values such as percentages. When it comes to resizing elements, percentage values offer a lot of flexibility and adaptability to different screen sizes and resolutions. The process of converting percentage values to a 0-1 range is …

How to Resize Elements in Flutter Using Percentage Values Read More »

How to check the Flutter Device Screen Orientation

Basics, Various

What does it mean Device Orientation in Flutter Device Orientation refers to the physical orientation of a device, such as a smartphone or a tablet, in relation to the user. In Flutter, this information can be obtained through the use of a “Sensor” widget that detects the orientation of the device. This is crucial for …

How to check the Flutter Device Screen Orientation Read More »

Posts pagination
← Previous Page 1 2 3 4 … 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 © 2026 Flutter Assets