Month: February 2022

How to get Facebook Profile Photo and Other Data In Flutter

Step 1: You need to setup a permission when creating an instance for Facebook login. FacebookAuth.instance.login(permissions: [’email’, ‘public_profile’]); Step 2: After setting the permission, you can now get the Facebook data of the user easily by simply using the line of code below. You can follow this link Graph API User (facebook.com) to know the …

How to get Facebook Profile Photo and Other Data In Flutter Read More »

How to Connect your device over wifi instead of USB Cable in android vS code

In order to start, you have to make sure that’s your extensions are up to date. Start by checking that you already have the ADB if you’re not take a look here: LINK then make sure to enable developer options … now Install the ADB Commands for VSCode extension you have to make sure that you add …

How to Connect your device over wifi instead of USB Cable in android vS code Read More »

How to Uninstall Built-In Apps of Windows

Uninstalling Built-in Apps With a PowerShell cmdlet, you can uninstall most of the built-in apps—even those that don’t normally have a “Uninstall” option. However, this trick will not allow you to remove some of the most important built-in apps, such as Cortana and Microsoft Edge. If you try, you will receive an error message stating …

How to Uninstall Built-In Apps of Windows Read More »

How to View and Open HEIC Files in Windows (or Convert Them to JPEG)

By default, Apple’s iPhone and iPad shoot images in the HEIF image format. The file extension for these photographs is HEIC. HEIC files may be seen on Windows 10 or Windows 11 with a few mouse clicks, or they can be converted to regular JPEGs and viewed elsewhere. How to View HEIC Files in the …

How to View and Open HEIC Files in Windows (or Convert Them to JPEG) Read More »

How to erase your hard drive and start over in windows 10

To restore the computer to its original or default settings, most computers have a system restore disc or a built-in restore process on the hard drive (factory reset). A computer’s ability to reset, format, or restore it can help you fix problems with your computer’s software, such as corrupted program files or virus infections. The …

How to erase your hard drive and start over in windows 10 Read More »

How to SSH login without typing your password.

Secure Shell is a network protocol that is encrypted and stands for Secure Shell. Its goal is to provide a secure connection between the client and the server, and it accomplishes this by employing a variety of authentication methods. There is a password authentication system and a key authentication system, to name a couple of …

How to SSH login without typing your password. Read More »