How I Started to Build Apps| Flutter Basics| Dart Programing Basics| Learning Dart #1

How I Started to Build Apps| Flutter Basics| Dart Programing Basics| Applications are now part of every day life. We use Some Inbuild and Custom Apps

How I Started to Build Apps| Flutter Basics| Dart Programing Basics

CoderVNation| How I Started to Build Apps| Flutter Basics| Dart Programing Basics

    Introduction

    Applications are now part of every day life. We use Some Inbuild and Custom Apps everyday. Some of the example of this are Paytm, GPay, Phone, Messages etc. These apps are build using some technologies which are Available in Market. To build you have to Learn Languages to Build The apps. 

    There are 2 technologies by which You can build apps. First is By learning Flutter and second is By Learning React Native. These two are cross platform app development tools that means that we can create apps for both android and IOS by coding once. Its saves the time of the Programmer and the delivery of the App is Faster then other Way. 

    What is Dart Language 

    In Flutter, You have to learn DART Language to Build Apps. It was Designed by Lars Bak and Kasper Lund and Created By Google. It a OOPS Language which means its a Object Oriented Programing Language. It have a Syntax Like C and C++. Lets create our First Program in Dart Programing Language. 

    void main(){
    
    print("Hello World");
    
    }
    Now We have learn how to Build our First Program of Dart Language. Now for Building apps you have to Install IDE in order to Create, Run and Test the Program. 

    What is IDE

    Integrated Development Environment is a Software tool which helps us to create and Run programs easily and more efficiently. It's a GUI( Graphical User Interface) Application with so many features to deal with. Its helps us to create programs faster because it has Editor, Complier, Debugger, Build In Terminal, Version Control, Code Snippet, Extension and Plugins and Code Navigation. 

    IDE provides you the More Control Over you code. It shows you what feature You are going to use and what it will help you to do. It also show what error we are facing. There are different types of IDE, Visual Studio, Android Studio, Online Compiler etc. As we are going to build apps we have to install Android Studio to build apps. 

    You can download Android Studio, by going to Google Website or You can download it via this link.  After installing it install the SDK of Android studio. Install Dart Extension in it and you are ready to start Programing in DART. 

    CoderVNation| How I Started to Build Apps| Flutter Basics| Dart Programing Basics

    Where to Learn From?

    There are Different Courses available on the Internet to learn DART programing language. There are certain paid as well as Free courses available to learn from. Youtube is the Best way to Learn DART, you can learn Programing and Create new apps by learning form these Youtube Channels. These channels are:-

    1- Ahirlog        -------------> Link

    2- Smartherd  -------------> Link

    3- WS Cube Tech  --------> Link

    Conclusion

    This is How You can Learn to Create applications. If you are aiming for JOB, you should create different type of application to Mention in your CV. You should have at least 3-4 High level Projects and Have right skills. Android Studio will help you to Create Application for Android and for IOS you have to Install another app in Mac to create this application. You just have to transfer the program to MAC in order to run it. Hope this will help you.  

    Post a Comment