Skip to content
-
Subscribe to our bloghashter & never miss our best posts. Subscribe Now!
whichmakes logo

WhichMakes

  • Home
  • About Us
  • Blog
  • Home
  • Privacy Policy
  • Terms and Conditions
  • facebook.com
  • twitter.com
  • t.me
  • instagram.com
  • youtube.com
Subscribe
Top Stories
Create Flutter Project
June 28, 2025
Install and configure Codeigniter JWT
June 20, 2025
Gitignore not working
June 19, 2025
Codeigniter initial setup
June 18, 2025
Emulator internet access issue
June 6, 2025
Flutter app add icon
June 5, 2025
Change flutter package name and app name
May 24, 2025
Firebase web app hosting
April 5, 2025
flutter-firebase-setup
Install and initialize Firebase SDK in Flutter Android and IOS
March 8, 2025
flutter-firebase-push
Firebase push notification in Flutter Android and IOS
March 8, 2025
flutter-firebase-analytics
Install firebase analytics in Flutter Android and IOS
March 5, 2025
Microsonic Energy Device
February 17, 2025
Posted inUncategorized

Create Flutter Project

flutter create --org com.letsdosimple --project-name lbp --platforms android,ios .
Continue Reading
Posted by Admin Support June 28, 2025
Posted inUncategorized

Install and configure Codeigniter JWT

Install JWT Package composer require firebase/php-jwt After installing the jwt package, add JWT_SECRET on the .env file .env JWT_SECRET = 'JWT SECRET KEY SAMPLE HERE'
Continue Reading
Posted by Admin Support June 20, 2025
Posted inUncategorized

Gitignore not working

The files/folder in your version control will not just delete themselves just because you added them to the .gitignore. They are already in the repository and you have to remove them.…
Continue Reading
Posted by Admin Support June 19, 2025
Posted inUncategorized

Codeigniter initial setup

Installation https://codeigniter.com/user_guide/installation/installing_composer.html#installation Rename env -> .env file Add .htaccess file RewriteEngine on RewriteCond %{REQUEST_URI} !^public RewriteRule ^(.*)$ public/$1 [L]
Continue Reading
Posted by Admin Support June 18, 2025
Posted inUncategorized

Emulator internet access issue

adb devices adb shell ping 8.8.8.8 adb shell ping google.com -> ping: unknown host google.com Solved: https://medium.com/@daydreamer_/how-to-fix-android-emulator-wi-fi-connected-with-no-internet-c62fd4ed652d macOS DNS settings are specified in the Network window. Click Apple menu > System Preferences > Network. Click Select Connected Wifi…
Continue Reading
Posted by Admin Support June 6, 2025
Posted inUncategorized

Flutter app add icon

if possible select icon from iconify https://icon-sets.iconify.design/material-symbols/?icon-filter=location It saves lot of time and money Then do the following Use this like to generate icons quicklyhttps://romannurik.github.io/AndroidAssetStudio/icons-launcher.html#foreground.type=clipart&foreground.clipart=android&foreground.space.trim=1&foreground.space.pad=0.25&foreColor=rgba(96%2C%20125%2C%20139%2C%200)&backColor=rgb(68%2C%20138%2C%20255)&crop=0&backgroundShape=circle&effects=none&name=ic_launcher use play_store_512.png as app icon…
Continue Reading
Posted by Admin Support June 5, 2025
flutter-firebase-analytics
Posted inFlutter

Install firebase analytics in Flutter Android and IOS

This article helps to add firebase to your Flutter Android or IOS app To install firebase analytics in to flutter Before you begin Install and initialize the Firebase SDKs for…
Posted by Admin Support March 5, 2025
Posted inUncategorized

Microsonic Energy Device

$10,000
Posted by comletsdosimple@gmail.com February 17, 2025

Posts pagination

Previous page 1 2
You May Have Missed
Posted inUncategorized

Create Flutter Project

Posted by Admin Support June 28, 2025
Posted inUncategorized

Install and configure Codeigniter JWT

Posted by Admin Support June 20, 2025
Posted inUncategorized

Gitignore not working

Posted by Admin Support June 19, 2025
Posted inUncategorized

Codeigniter initial setup

Posted by Admin Support June 18, 2025
Copyright 2025 — WhichMakes. All rights reserved. Bloghash WordPress Theme
Scroll to Top