Skip to content

Coding with Rashid

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

Flutter Tutorials

How to Use Iframe within WebView in Flutter
Flutter Tutorials

How to Use Iframe within WebView in Flutter

ByMohammed Rashid February 4, 2023

The WebView allows us to display web content in a flexible way inside mobile apps. The ability to add an iframe to a WebView adds another level of versatility, as it allows you to embed content from other sources directly within your web page. In this blog post, let’s learn how to use iframe in…

Read More How to Use Iframe within WebView in FlutterContinue

How to Get WebView Current URL in Flutter
Flutter Tutorials

How to Get WebView Current URL in Flutter

ByMohammed Rashid February 4, 2023

The WebView is extremely useful to display a web page in Flutter. It also allows users to navigate through web pages. In this blog post, let’s learn how to get the current URL in Flutter. We use webview_flutter Package in this tutorial. You can install it using the instructions given here. If you want to…

Read More How to Get WebView Current URL in FlutterContinue

How to Add Back Button to WebView in Flutter
Flutter Tutorials

How to Add Back Button to WebView in Flutter

ByMohammed Rashid February 3, 2023

In order to provide a better user experience, it is recommended to add a back button to the webview, so that users can navigate back to the previous page easily. In this blog post, let’s learn how to add a WebView with a back button in Flutter. You can create webview in Flutter using the…

Read More How to Add Back Button to WebView in FlutterContinue

How to Sort a List by Date in Flutter
Flutter Tutorials

How to Sort a List by Date in Flutter

ByMohammed Rashid February 3, 2023

Organizing data is an essential aspect of any app. And the sorting is a fundamental operation for this purpose. In this blog post let’s learn how to sort a List by date in Flutter. Assume that you have the following List. Let’s change the above List so that the dates will be sorted in descending…

Read More How to Sort a List by Date in FlutterContinue

How to Calculate Age from a Date in Flutter
Flutter Tutorials

How to Calculate Age from a Date in Flutter

ByMohammed Rashid February 3, 2023

A signup form seems incomplete without a field for date of birth. In this blog post, let’s learn how to do age calculation from a given date in Flutter. We use the date picker here. The age is calculated when the user selects the date. We use the following function to calculate the age in…

Read More How to Calculate Age from a Date in FlutterContinue

How to Add Date Range Picker in Flutter
Flutter Tutorials

How to Add Date Range Picker in Flutter

ByMohammed Rashid February 2, 2023

Date range pickers are an essential component in most modern apps that allows users to select a range of dates. With Flutter’s intuitive and flexible UI framework, you can easily create a date range picker that fits your app’s design and requirements. In this blog post, let’s learn how to show a date range picker…

Read More How to Add Date Range Picker in FlutterContinue

How to Convert Base64 to PDF in Flutter
Flutter Tutorials

How to Convert Base64 to PDF in Flutter

ByMohammed Rashid February 1, 2023

Base64 is a popular encoding format for representing binary data as text, and it’s widely used for encoding and decoding data in various applications. In this blog post, let’s learn how to convert base64 to PDF in Flutter. In this tutorial, we use a sample base64 string and convert it into PDF. Then we open…

Read More How to Convert Base64 to PDF in FlutterContinue

How to Create a PDF File in Flutter
Flutter Tutorials

How to Create a PDF File in Flutter

ByMohammed Rashid February 1, 2023

PDF files are widely used for sharing and storing important documents, and with the rise of mobile applications, it’s become crucial to be able to generate PDF files on the go. In this blog post, let’s learn how to create a PDF in Flutter. In this tutorial, we use the pdf package to generate a…

Read More How to Create a PDF File in FlutterContinue

How to Open PDF in Flutter using PDF Viewer
Flutter Tutorials

How to Open PDF in Flutter using PDF Viewer

ByMohammed Rashid February 1, 2023

PDF files are an integral part of our daily lives and we often come across a situation where we need to view PDF files on our mobile devices. In this blog post, let’s learn how to prompt the flutter app to open a PDF file using the default PDF viewer of your Android or iOS…

Read More How to Open PDF in Flutter using PDF ViewerContinue

How to Download PDF from URL in Flutter
Flutter Tutorials

How to Download PDF from URL in Flutter

ByMohammed Rashid February 1, 2023

The importance of PDF files needs no explanation. In this blog post, let’s check how to download a PDF file from a URL in Flutter. We use dio package for this tutorial. Dio is a powerful HTTP client which supports file downloading. Install dio to your Flutter project using the following command. You can import…

Read More How to Download PDF from URL in FlutterContinue

How to Load PDF from URL in Flutter
Flutter Tutorials

How to Load PDF from URL in Flutter

ByMohammed Rashid January 31, 2023

PDFs are integral to many modern applications, allowing users to view and interact with complex documents on their mobile devices. In this blog post, we’ll learn how to load and view a pdf file from a URL in Flutter. We use the pdfx package to help create a pdf viewer in Flutter. Install the library…

Read More How to Load PDF from URL in FlutterContinue

Flutter Tutorials

How to Load PDF from Assets in Flutter

ByMohammed Rashid January 31, 2023

PDF (Portable Document Format) is a widely-used file format for documents that need to maintain their formatting across multiple platforms and devices. In this blog post, we will explore how to load PDF files from the assets directory in a Flutter application. Here, We are using the pdfx package to display PDF files. You can…

Read More How to Load PDF from Assets in FlutterContinue

Page navigation

Previous PagePrevious 1 2 3 4 5 6 … 25 Next PageNext

© 2025 codingwithrashid.com

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