Resolving Issues

How to Fix ParentDataWidget Exception In Flutter

Yesterday I encounter this error and today I specifically found a way to literally fix it and I definitely am going to share it to you for those who also struggles with it in a subtle way. The Error The error says “exception caught by widgets library” or “Exception was thrown: Incorrect use of ParentDataWidget”. …

How to Fix ParentDataWidget Exception In Flutter Read More »

How to Navigate Screens Using BottomNavigationBar – Flutter

Today in this blog I am going to combine all the screens I’ve made in the recent blog post, a compilation of work app that we can navigate through the use of BottomNavigationBar widget. BottomNavigationBarItem From my recent blog I am going to change the BottomNavigationBarItem to this code: Now the labels and icons are …

How to Navigate Screens Using BottomNavigationBar – Flutter Read More »

How to Use Cards in Flutter

Howdy! Today in this article I am going to show you how you can use Flutter’s card widget to organize your texts in an organized block manner. The App Suppose you’re writing an app similar to this one where the text doesn’t look organized: You can make it look more organized by using the flutter …

How to Use Cards in Flutter Read More »

Flutter – Navigating in BottomNavigationBar

In today’s blog post I’m focusing in BottomNavigationBar widget on Flutter. I’m going share some codes and how to’s in Flutter with BottomNavigationBar. Let’s get right into it! In my last blog post I made this simple app. But if we try to tap the settings in the BottomNavigationBar widget it doesn’t do anything nor …

Flutter – Navigating in BottomNavigationBar Read More »

How to Make Your First Flutter App (2022)

Hello! I’m going to make my first Flutter app and teach you how to resolve beginner issues I also face in Visual Studio Code. I’m going to cover a lot of stuff from running our first Flutter app in VSCode to finishing our first app. This is gonna be a long blog so buckle up …

How to Make Your First Flutter App (2022) Read More »

Uninstalling Software

How to Properly Uninstall A Program.

When you uninstall a program in Windows, you probably go to “Apps & Features” to uninstall your programs, or you go to “Control Panel > Uninstall a Program” and uninstall it there, and it will run the program’s uninstaller wizard, but all of these methods are insufficient for a program to be completely uninstalled in …

How to Properly Uninstall A Program. Read More »

How to Fix a Google Drive “Refused to Connect” Error

Google Drive sometimes displays a “drive.google.com refused to connect” error, which is usually the result of an account permission conflict. You can get around that problem using a few different methods, which we’ll walk you through. Solution 1: Use an Incognito Window in Your Web Browser A quick way to fix Google Drive’s connection error is …

How to Fix a Google Drive “Refused to Connect” Error Read More »

How to Hide “System Requirements Not Met” on Windows 11?

Windows 11 is known for being finicky when it comes to hardware. You might be getting a “System Requirements Not Met” notice if you skipped over the standard requirements and forced it to install. Here’s how to turn it off. A registry hack can be used to disable the notifications. You can use Regedit or …

How to Hide “System Requirements Not Met” on Windows 11? Read More »

How to Enable and Use SSH in Windows 10

Microsoft announced in 2015 that an integrated OpenSSH client would be added to Windows. They’ve finally done it, and an SSH client is hidden in the Fall Creators Update of Windows 10. You can now connect to a Secure Shell server from Windows without the need to install PuTTY or any other third-party software. Enable …

How to Enable and Use SSH in Windows 10 Read More »