• In this article let us see how to add icons to your App. Step 1: Create a project using $ flutter create myProject Step 2: Open the project Step 3: Navigate to /lib/main.dart  Step 4: Delete all the demo Code CODE Step 1: We first need to import the Dart Package import ‘package:flutter/material.dart’; Step 2: Add…

  • Flutter use something called widgets which can be placed in an app this article explains the basic widgets such as Scaffold, Flat Buttons, and App Bars.

  • 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…

  • 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

  • Hi, In this article let us  see an overview of The Raspberry Pi 3 Model B. And Configure It Requirements: The Raspberry Pi 3 And SD Card which has space to hold an Operating System(a 32GB SD Card is recommended) A laptop(With any operating System) If You have the components Ready We can proceed Your…

  • In this article  let us see how to enable Virtual Environment In Python. So, Why virtual environment and why not the default Python? By default, If You install a Python package which is needed for one project, it would be available for whole of your computer. If you create any project, these packages will also…

  • First of all, thank you for visiting my blog. I am Harshith Ashok, studying at Lalaji Memorial Omega International School. Welcome to my blog on programming and travel. Coin Collection is my hobby and I like to travel and code in Python, Flutter, Arduino, Raspberry Pi. In this blog, I will be writing about programming,…