Skip to content

Coding with Rashid

  • iOS
  • Android
  • Flutter
  • React Native
  • About
  • Privacy Policy
Coding with Rashid

text flutter

How to Double Underline Text in Flutter
Flutter Tutorials

How to Double Underline Text in Flutter

ByMohammed Rashid March 9, 2021

There’s already a blog post on how to underline a text in Flutter. In this Flutter tutorial, let’s check how to underline text with two lines. The TextStyle class is used to style Text Widget in Flutter. Using decoration property and TextDecoration class we can underline a text with a single line. You can use…

Read More How to Double Underline Text in FlutterContinue

How to Underline Text in Flutter
Flutter Tutorials

How to Underline Text in Flutter

ByMohammed Rashid March 8, 2021

Sometimes, you may want to underline text to get the attention of the user. Let’s check how to add text with underlining in Flutter. The TextStyle class is used for styling Text widgets in Flutter. Using the decoration property and TextDecoration class, you can underline your text easily. If you want to underline only a…

Read More How to Underline Text in FlutterContinue

Flutter Tutorials

How to Make the Text Copyable in Flutter

ByMohammed Rashid November 25, 2020

By default, users can’t copy the Text content of a flutter app. Sometimes, we want to let users to copy text content to the clipboard. Let’s check how to create copyable text in flutter in such cases. You can create copyable Text in flutter using SelectableText class. It’s very easy as given below. Following is…

Read More How to Make the Text Copyable in FlutterContinue

Flutter Tutorials

How to Get Current Date in Flutter

ByMohammed Rashid October 18, 2020

Everyone knows the importance of dates and time in mobile apps. In this blog post, let’s learn how to get the current date in Flutter. There’s a DateTime class in Dart that can be used to get the current date and time. This will give us the output as follows. 2020-10-18 20:39:17.566238 Most of the…

Read More How to Get Current Date in FlutterContinue

Flutter Tutorials

How to Make a Text Widget Selectable in Flutter

ByMohammed Rashid January 28, 2020

Sometimes you may want to make the Text content of your mobile selectable to use functionalities such as copy. In this Flutter tutorial, let’s check how to make a Text selectable in Flutter. Making a text selectable is pretty easy in Flutter, you just need to use the SelectableText widget. You can use the SelectableText…

Read More How to Make a Text Widget Selectable in FlutterContinue

Flutter Tutorials

How to Create a Hello World App using Flutter

ByMohammed Rashid July 5, 2019

Yes, we always start learning a new program or development platform by creating a simple Hello World app. In my first ever blog post, I am also starting with that- how to create a hello world app using Flutter. As you know, Flutter is the new ‘vibe’ among mobile app developers. You can build both…

Read More How to Create a Hello World App using FlutterContinue

Page navigation

Previous PagePrevious 1 2 3

© 2025 codingwithrashid.com

  • iOS
  • Android
  • Flutter
  • React Native
  • About
  • Privacy Policy
Search