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

Quick Tip – How to use Text Ellipsis / Overflow in Flutter

Basics

How to use Text Ellipsis / Overflow in Flutter In the example below I used: You can read more about the Text widget in this post: Flutter Basics – What is and how to use Text widget in Flutter

Quick Tip – How to use Flutter Text colour gradient with examples

Basics

In Flutter, the Text widget is used to display a short piece of text. It is one of the most basic and essential widgets in Flutter. Here is an example of how to use the Text widget: The Text widget takes in a string as its first argument and an optional TextStyle object as its …

Quick Tip – How to use Flutter Text colour gradient with examples Read More »

Quick Tip – How to make text selectable in Flutter

Basics

What is a text widget in Flutter? In Flutter, a Text widget is a user interface element that displays a short piece of text. It can be used to display a single line of text, or it can be used to display multiple lines of text that are automatically wrapped to fit within the available …

Quick Tip – How to make text selectable in Flutter Read More »

Quick Tip – How to use Text.rich and RichText in Flutter

Basics

What is a TextStyles in Flutter In Flutter, the Text widget allows you to style your text with a rich set of visual and control-based styling options. You can set the text colour, font size, font weight, font family, and much more. You can also use rich text formatting, such as bold, italic, and underline, …

Quick Tip – How to use Text.rich and RichText in Flutter Read More »

Quick Tip – How to add shadow to Text in Flutter

Basics

How to add shadow to Text in Flutter In Flutter, a text shadow is a visual effect that adds a shadow to text. You can use text shadows to make the text stand out or to create a specific visual effect. To add a shadow to text in Flutter, you can use the Text widget …

Quick Tip – How to add shadow to Text in Flutter Read More »

Quick Tip – How to use Text decoration in Flutter

Basics

What is Text decoration in Flutter In Flutter, the Text widget allows you to customize the appearance of the text it displays through its style property. The TextStyle class, which is used to define the style for a Text widget, has a property called decoration which can be used to specify a decoration to be …

Quick Tip – How to use Text decoration in Flutter Read More »

Quick Tip – How to use the custom italic font in Flutter

Basics

What is an italic font? An italic font is a type of font that is slanted to the right, giving the text a slanted, or italicized, appearance. Italic fonts are often used to add emphasis or to distinguish certain words or phrases within a block of text. To use an italic font in a word …

Quick Tip – How to use the custom italic font in Flutter Read More »

Quick Tip – How to use multiple custom fonts in Flutter

Basics

How to use multiple custom fonts in Flutter In Flutter, you can use multiple fonts in your project. While searching for a font you need to be sure the font can support the fontWeight you want to use. Some fonts support one font-weight and some all the font weights. Here are the links to the …

Quick Tip – How to use multiple custom fonts in Flutter Read More »

Quick Tip – How to use a custom font in Flutter

Basics

What is the Default font in Flutter The default font family for Android is Roboto and in iOS it is SF UI Display or SF UI Text (SF meaning San Francisco). These are default fonts in the devices. So, if you do not use a custom font the text will be displayed as the default …

Quick Tip – How to use a custom font in Flutter Read More »

Quick Tip – How to change font colour in Flutter

Basics

What is the font colour in Fluter? In Flutter, the font colour refers to the colour of the text displayed in a Text widget. You can use the style property of the Text widget to specify the font colour, as well as other styling properties such as the font size, font family, and font weight. …

Quick Tip – How to change font colour in Flutter Read More »

Posts pagination
← Previous Page 1 … 10 11 12 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