Skip to content

Coding with Rashid

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

Flutter Tutorials

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 Create a Horizontal Line in Flutter

ByMohammed Rashid October 13, 2020

Sometimes, you may need to add a horizontal line in your UI. This divider line can help you to separate other components visually. In this flutter tutorial, let’s see how to show a horizontal divider line in Flutter. There are multiple ways to create a horizontal line. Here, we are using the Divider class. A…

Read More How to Create a Horizontal Line in FlutterContinue

Flutter Tutorials

How to Create a Slider in Flutter

ByMohammed Rashid October 12, 2020

The slider is an important UI component for mobile apps. It helps users to select a value from a specified range. In this blog post, let’s check how to add a slider component in Flutter. The Slider class is used to create a slider in Flutter. The slider widget has attributes such as min, max,…

Read More How to Create a Slider in FlutterContinue

Flutter Tutorials

How to Limit Characters of TextField in Flutter

ByMohammed Rashid October 10, 2020

TextField is where the user gives input in Flutter-made apps. Most of the time, we may want to limit the number of characters. In this flutter tutorial, let’s check how to limit the characters of TextField. I hope you already know how to add a TextField widget in Flutter, otherwise please go through my blog…

Read More How to Limit Characters of TextField in FlutterContinue

Flutter Tutorials

How to Change Keyboard Type of TextField in Flutter

ByMohammed Rashid October 9, 2020

The TextField widget is a very important widget in flutter which lets users give inputs. The input types the user gives can be varied. For example, if you are entering a phone number then you only want to see numbers on your keyboard. In this Flutter tutorial, let’s see how to change keyboard type while…

Read More How to Change Keyboard Type of TextField in FlutterContinue

Flutter Tutorials

How to Clear TextField in Flutter

ByMohammed Rashid October 9, 2020

Users always want a clear option with TextField so that they don’t need to back press many times to make the field empty. In this blog post, let’s see how to clear TextField in Flutter. The TextField widget acts as text input in Flutter. If you don’t know how to add a TextField in flutter…

Read More How to Clear TextField in FlutterContinue

Flutter Tutorials

How to Open URL in External Browser in Flutter

ByMohammed Rashid October 9, 2020

Sometimes, we may want to redirect users to specific links or websites by prompting a browser. In this flutter tutorial let’s check how to open a url in external browser in flutter. If you are looking to open a url within your app using webview then please check my blog post here. By default flutter…

Read More How to Open URL in External Browser in FlutterContinue

Flutter Tutorials

How to Add Raw HTML in Flutter Webview

ByMohammed Rashid October 8, 2020

Even though using raw HTML inside the mobile app is not usual, you may need it for some specific actions. In this flutter tutorial, let’s check out how to make the flutter webview load raw HTML. Before starting, please check out my previous tutorials on Flutter webview- how to add webview in flutter and how…

Read More How to Add Raw HTML in Flutter WebviewContinue

Flutter Tutorials

How to Create a WebView with Progress Indicator in Flutter

ByMohammed Rashid October 8, 2020

When you are using web view to show some web pages inside your mobile app you may always want to show a progress indicator at the time of loading. In this blog post let’s see how to add a webview with a progress indicator in Flutter. If you don’t know how to add a webview…

Read More How to Create a WebView with Progress Indicator in FlutterContinue

Flutter Tutorials

How to Open a URL using WebView in Flutter

ByMohammed Rashid October 8, 2020

Sometimes, we may want to open a specific web page inside our mobile app so that users don’t feel they are opening a website. In such situations, a webview inside the app will be extremely useful. In this flutter tutorial, let’s learn how to open a URL using WebView in Flutter. First of all, Flutter…

Read More How to Open a URL using WebView in FlutterContinue

Flutter Tutorials

How to Add Dropdown Menu in Flutter

ByMohammed Rashid October 6, 2020

Drop down menus are very useful ui components when you want a single input from multiple options. In this blog post, let’s check how to add a simple drop down menu in flutter. DropdownButton class of flutter can be used to create a dropdown widget in flutter. It has important attributes such as value, items,…

Read More How to Add Dropdown Menu in FlutterContinue

Flutter Tutorials

How to Add Radio Button in Flutter

ByMohammed Rashid October 6, 2020

Radio buttons are a good way to take inputs from users. They allow users only to choose one option from a group. In this blog post, let’s see how to add a radio button in Flutter. If you are looking for how to add a checkbox in flutter then you can go here. We use…

Read More How to Add Radio Button in FlutterContinue

Page navigation

Previous PagePrevious 1 … 18 19 20 21 22 … 25 Next PageNext

© 2025 codingwithrashid.com

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