Skip to main content

Posts

Code editor for Flutter : Flutter tutorial

 CODE EDITOR FOR FLUTTER ! If you are a programmer then you should must have a code editor . What is code editor ? >> A code editor is software , where we can code our programs . A code editor read your code , understand it and then compile or run it and shows the end result that you have coded for . So , the question should be that which code editor should we choose . There are multiple choices in the market but below are the some of those . I have test them and personally use some of them . 1. ANDROID STUDIO  Platform : Mac , Linux , Windows  License : Free / Open source This is the one of the most popular code editor and most of the android app developer uses it. You can perform the flutter task it too. But you really required a PC which should have 8GB RAM and minimum i3 processor , so that you can code flawlessly . 2. VISUAL STUDIO CODE (VS CODE )  Platform : Mac , Linux , Windows  License : Free / Open source This is also the one of the most popular code editor and most of
Recent posts

Understanding pubspec in flutter : Flutter tutorial

  Understanding pubspec.yaml file . Today we're going to cover the topic of pubspec.yaml file . What is pubspec.yaml file? >> In simpler word , It is the file where we put our dependencies  . Like if you have ever been to the programming field and have used python then there your use the import statement to import the libraries that you are going to be needed in your project. What are the dependencies? >> In simpler word , the dependencies are requirement in your application . These requirement is being satisfied by the piece of code that a programmer had already coded and you just use to save your time. Let's take some real world example ,                                                                                                                                           If you are a painter and you go to shop and buy some paint materials like brush,  colors etc. . Here if you want then you can build a paint brush but you don't 'cause it is available an

Apps made with Flutter : Facts !

Top apps that are made in Flutter . Guys , Before learning or starting anything we should once think about the conciseness as well as the end result that we get after performing a specific work , according to a coder's point of view . So if you have decided to become a software developer and wanted to continue with flutter rather than any other developer's tools , then let me tell you about some of the top apps that are build in flutter . Social Networking App : KlasterMe app for content discovering & creation Pairing app connecting singles Music App : Topline music recording app Music Tutor learn to read music app Business App : Google Ads App advertising manager app AppTree enterprise app client Photos & Video :  PostMuse Instagram story & photo editor Wrapping up and Hope you like it , If you try harder then the next app can be yours.

What are widgets in Flutter ? : Flutter Tutorial

  What are the widgets in the flutter framework? Like in Physics we studied that everything in this world is the matter made up of atoms , and molecules they together combined and form an organism . Similarly in the flutter every thing that we see is the widget , Like button , Textfield , Text etc.  Here we're discussing about the most important and used widgets in the flutter : Container : You can assume it as a rectangle for now , and inside it you can put any other widgets like text, Color , Images etc.  Text : As from the name we can understand that this is the widget which display the user defined text .  Button : This is button and we can perform various operations in our application such as form submission ,  Going to the next page , anything that you can think of a programmer perspective .  ListTile : This is the rectangular widget here we can understand it as the facebook friend suggestion list where we get friend image at left then Friend name in the center and accept/sen

Flutter : Introduction (Getting started)

What is Flutter ? How Dart is related ?     Hi, Guys today we're going to discuss about the flutter and how the dart programming is related to it.  >>What is Flutter ? The flutter is developed by google few years ago , This is framework which help us to develop android application, ios application as well as the web application . This is the most easiest framework that works seamlessly. I personally feel this to be more easy then the java or kotlin app development framework.   >> What is Dart ? The dart is the programming language that is used by the flutter to develop the program . Dart is the object oriented programming language and this language is similar to the java, If you have ever learned java or learning then you can easily learn the dart programming language.       If you are a beginner in this app development field then you can kick start your career with the flutter framework. This is the most fastest growing framework and also fast growing community. Go to

Social share