Flutter
-
What’s up guys this is Harshith and in this article I am going to show you guys how you can setup and use flutter even if you don’t have Android studio. To start with you will be needing Flutter and I have explained how to install Flutter in this article. First open your terminal and…
-
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…
-
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…
-
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