Flutter

Spread the love
maxresdefault

Flutter is an open-source mobile application development framework created by Google. It is used to develop applications for Android and iOS, as well as being the primary method of creating applications for Google Fuchsia.

flutter

Flutter is a new mobile app SDK to help developers and designers build modern mobile apps for iOS and Android.

12

Flutter: everything is an widget

Almost everything in Flutter is a widget, Gestures are widgets padding is a widget. And they are extendable or you can create your own widgets

13

Flutter: plugins

An async way of communicating with underlying platform and
hardware like GPS or Bluetooth etc

Flutter: widgets

14
15

How to make a flutter project using cmd

  1. flutter create testproject
  2. cd testproject
  3. flutter run
16
17
18
19

1 Comment

Leave a Reply

Your email address will not be published.


*