Create a new flutter app with the Google AdMob feature

First of all, create the flutter app by this command flutter create --org com.yourdomain appname Then install the google_mobile_ads package from

Issue In-App Purchase In Your Flutter App

Hello Developers, Hope you are doing great but much angry with the flutter in-app purchase that's why you are here :) Last 3 days and suffering the

Tracking Code Productivity: Counting Lines of Code in Your Project with Terminal Commands

Are you a programmer looking to keep track of how much code you've typed on a project? You can easily obtain this data using a terminal and a few simp

Flutter POD related issue

If you face POD related issue on your flutter app then simply follow these few steps. The first simple go to your ios directory by command line the

Export ‘WithRouter’ is not exported from ‘react-router-dom’

This is a very common error on react-router-dom v6, Because of withRouter not working anymore on this version. With useNavigate it's very easy to solv

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