John Byron Canuel

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 Scan Documents With Google Drive for Android

The GOOGLE DRIVE apps for iOS and Android are almost identical, but the Android version has an additional trick. When you create a new project on Google Drive for Android, you have the option of scanning a document with your smartphone camera and converting it to a PDF. Then, you can search for the text …

How to Scan Documents With Google Drive for Android Read More »

How the Share Wi-Fi Data Via Bluetooth

Tethering, or phone-as-modem (PAM), is the process of sharing of a mobile device’s Internet connection with another device, say, a cellphone or computer. Bluetooth tethering is one of the ways of sharing the wireless connection of an Android device with another device using Bluetooth. Bluetooth tethering on the phone Steps for Bluetooth tethering on phone are as …

How the Share Wi-Fi Data Via Bluetooth Read More »

How to Screen Mirror Phone to Laptop or PC using scrcpy

The SCRCPY application is a software application that allows you to quickly project your phone’s screen onto a laptop or PC, as well as control it from there. The SCRCPY is a open source project. You can cast screen/share screen to laptop in 2 ways: Wired: using USB connected to Phone. Wireless: over TCP/IP. Mandatory Requirement This …

How to Screen Mirror Phone to Laptop or PC using scrcpy Read More »

How to Fix “Remote Origin Already Exists”

Keep in mind that the solution you’ll use will depend on your specific situation because there are a few different scenarios that can cause this problem to happen.  1. Remove the Existing Remote The first scenario we’ll cover is the one in which there’s already a remote called origin, but it’s the wrong remote for some reason. Let’s …

How to Fix “Remote Origin Already Exists” Read More »

How to Fix error in Google_Client and Google_Service_Sheets in PHP Sheets API

After running this composer require google/apiclient:^2.0 in order to use the PHP Google Sheets API. Some of you may encounter this problem, such as getting error when typing Google_Client or using Google_Service_Sheets. To fix Google_Client error you only need to restart your Visual Studio Code. However, the error in the Google_Service_Sheets are still there and …

How to Fix error in Google_Client and Google_Service_Sheets in PHP Sheets API Read More »