Author: n.tariq6600@gmail.com

Flutter

How to convert json string in to dart object in flutter?

When we work with json in software development, we have to convert json string in to the object. In this

Read More
Flutter

How to post data to API in flutter

In mobile application development, sometimes it is necessary to post data from mobile application to the server side for processing,

Read More
Flutter

How to implement pagination in flutter

Pagination is a process of dividing data in smaller pages to enhance user experience and improve performance. Instead of displaying

Read More
DropdownFlutterWidgets

There should be exactly one item with DropdownButton

In Flutter every UI component is a widget. These widgets are the building blocks of a complete screen, to which

Read More
Laravel

How to create a simple rest API in Laravel ?

In this tutorial we will learn that how to create a simple rest API in Laravel. We will not deep

Read More
Android

How to access WhatsApp statuses folder in Android 11  or above.

In this tutorial we will learn how to access WhatsApp statuses folder in android 11 and above programmatically. Accessing whatsapp

Read More