Member-only story
Basic things We have to know before Working with flutter
Let’s learn something hot and spicy…oh shit, the picture above shows a cool drink, but let’s learn something hot and spicy. When you read the entire article, you will get a clear map of flutter as well as an idea of why I inserted this image above the content.
You can develop Android apps if you are strong in Java. You can develop iOS apps if you know Swift. In this case, Flutter provides a single codebase that generates apps for multiple platforms (like iOS and Android) .So you have to know Flutter is a UI framework, not a language. Flutter is an open-source UI software development kit created by Google. Basically, you have a piece of knowledge about programming languages (C or C++ or Java) and you install flutter then you can start learn flutter. we use dart language (similar to C) in a flutter. because it’s a fast and efficient language that is compiled to native machine code.Ok let's dive deeper to flutter
when you start to learn flutter you will hear everywhere the noise of “Widget” . So what is a widget? everything we create in flutter is known as widgets . Flutter is all about widgets.