-
To Start with Open your Editor. VISUAL STUDIO CODE If you are using a Mac You might want to stick with the second option Unless you want to access the camera as IOS Simulator does not have a camera option. ANDROID STUDIO First you should create an Virtual Device using the AVD Manager like this Here…
-
In this article, we will install and run our first Flutter project So the first step is to install the Flutter SDK After you have done this extract and complete the requirements as per your Operating System you might want to follow the instructions given below for your Operating System After this it is time to…
-
Hi, Guys, I am back with another article, and this time I am going to show how to import external packages from pub.dev to your Flutter project, pub.dev has many packages for different purposes and many for the same. For this article, I will be using a package called Font Awesome Flutter which is a…
-
Hello, everyone, I am back with another article, and this time, I will walk through the steps to creating a virtual disk or server. For this article, I will be using a Ubuntu Server, for example, make sure you download the proper format. The format you are looking for is ‘.iso’.You can download the ‘iso’…
-
Hello, Guys In this article, we are going to install Anaconda-Navigator in Mac Note: I am going to Install the Command-Line Installer for this article. Step1: Click on Products and choose Individual Edition if you are going with the free version Step2: Click on ‘Download’ and install the Command-Line Installer Note: This will install the…
-
Hello, Guys In this article, we are going to install Anaconda-Navigator in Mac Note: I am going to Install the Graphical Installer for this article stay tuned for the Command line Installer Step1: Navigate to Anaconda Web Page Step2: Click on Products and choose Individual Edition if you are going with the free version Step3:…
-
Getting bored of reading the whole article? Watch Videos below the articles to help you complete the task… I will explain all of the Steps given in the Article. 😇 🥳 Stay Tuned for more articles Harshith Ashok
-
Hi in this article I will be showing you how to add custom fonts to your Flutter project Step 1: Create a project using Step 2: Open the project Step 3: Navigate to Step 4: Delete all the demo Code CODE Step 1: We first need to import the Dart Package Step 2: Add void…
-
Hi in this article I am going to show you how to set up Git in your project Directory Note: I have used Git Lab in this article. TERMINAL Step 1: go to your terminal Step 2: Navigate to your project directory WEB BROWSER Step 1: got to Git Lab. Register or Sign in Step 2:…
-
CHANGE DIRECTORY Keyword: cd Usage: Takes your terminal to the directory you choose. Example: cd Desktop Types: A. cd.. Usage: Takes you to the Main folder from a Sub-folder CLEAR SCREEN Keyword: clear Usage: Clears the Terminal Screen Example: clear MAKE A FOLDER USING TERMINAL Keyword: mkdir Usage: Used to make a folder from the terminal Example: mkdir example_folder…