React JSX repeat or loop a component

Simple use the below code to repeat a component for X times { [...Array(8)].map((e, i) => <span className="className" key={i}>Contennt here<

Git essential command (cheat sheet)

Create and check out the new branch. git checkout -b <branch-name>

Mac Use multiple NMP versions by NVM

Hello programmers, how you all are doing great! today I will explain the most popular way to use multiple NPM versions. Remove exists NPM versi

Flutter hide keyboard when clicking outside text input

If you are a flutter developer then you must face this issue. Here is a simple solution for this. Just wrap your while widget with GestureDetector

MySql connection and query in PHP

If you trying to connect with the MySQL database quickly then you can use this code from below. It's simple a MySql connection and gets result snippet

Flutter print data with the exact file name and line number

Sometimes we need to print many test data from many pages. but from the console, it's really hard to understand which data is printing from whereas li

Flutter advance data model

This is a sample flutter data model format. You can use it as a snippet. // Import essential packages import 'package:flutter/material.dart'; cla

Flutter iOS module ‘module_name’ not found in ios

Hello developers, hope you are not good that's why you are here to read this quick article. If you face this problem when Archiving your Flutter proje

Flutter: Follow these few steps if you face issues after updating the flutter version.

If you are a flutter app developer then you know how hard to run the app in debug mode manage it after updating the flutter version or xCode or iOS ve

How to change Android package version on flutter app

Sometimes we need to change the flutter app version for the android package before upload to the Play store. cause play store doesn't allow to upload