saad.sh
TagsAbout

Filtered archive

Posts tagged #FLUTTER

6 posts filed under this topic.

January 30, 2023

Use Hex color strings (#808080) instead of ARGB integer (0xFF808080)

Extend the Color class in Flutter to use hex color strings instead of ARGB integers.

#FLUTTER#DART
November 23, 2022

How to add background image to a container in Flutter?

Use decoration property of container with BoxDecoration and ImageProvider to add background images in Flutter.

#FLUTTER
November 12, 2022

How to get any day of the week in Dart and Flutter

Use DateTime's weekday getter to get any day of the week in Dart and Flutter.

#FLUTTER#DART
November 11, 2022

How to use multiple text styles in Flutter

Use Flutter's built-in RichText widget to display text with multiple different styles.

#FLUTTER
November 10, 2022

How to remove all routes from the Navigator in Flutter

Remove all routes from the Navigator stack in Flutter, useful for implementing logout functionality.

#FLUTTER
November 7, 2022

How to add border to a container in Flutter

Add a border to a container in Flutter using BoxDecoration with Border.all.

#FLUTTER

saad.sh

Personal blog for software notes, patterns, and experiments.

© 2026 saad.sh. All rights reserved.