Saturday, November 23, 2019

Flutter Introduction

What is flutter?

A mobile UI framework for creating native apps for Android and iOS.
It uses DART programming language.  Using single code base(dart), we can support multiple devices.

Why flutter?
Single codebase.
Good layout methodology from the responsive web design.
Great documentation and community support.