Category: iOS
-
FIXED xcodebuild: Failed to load code for plug-in – Repeatedly Being Asked to Install Command Line Tools
Hey there, updating your MacOS Montery Xcode can be a pin in the a$$ especially when you got Xcode working smoothly before you update and GBAM!, you start getting Xcode pop-ups to install missing softwares. After hours of download and install, you keep getting the same prompts Solution to Repeatedly Being Asked to Install Command…
-
How to Downgrade Flutter Version – FIXED
Learn how to downgrade your flutter version to a lower version, in this article we will reduce the flutter version to use version 2.0.5 or less on Mac or Linux. Furthermore, your might have probably wandered around the internet trying to figure how to downgrade your flutter SDK version. Reason to Downgrade/ Possible Causes; Maybe…
-
Build a Quiz App using Flutter for Android and iOS
In this post we’ll be working with Flutter, a fast-rising Developer tool built by Google to develop an Android App, the same code will also work in Apple’s iOS devices. Flutter is a Widget based style of building mobile and web applications Interfaces. What is Flutter? Flutter is Google’s mobile UI framework for crafting high-quality…
-
Setup Flutter on Kali, Ubuntu, and any other Linux Distro
In this post, we’ll be learning how to set up your Flutter on Linux for development. Flutter is a fast-rising Widget based developer tool built by Google for creating mobile and web applications Interfaces. What is Flutter? According to Wiki; Flutter is Google’s mobile UI framework for crafting high-quality native interfaces on iOS and Android in record…