# Why you should start learning flutter

#  Why you should start learning flutter
Ever wanted to develop an app? Lets list out some problems you might face
#### =>Android development and ios development require seperate codebase 
#### =>Android studio is damn slow 
#### =>Codebase grows very large even for a small application

![9c63c8a3d875f7838febf60a5bae1ccb.jpg](https://cdn.hashnode.com/res/hashnode/image/upload/v1596091126578/8osLkR4l8.jpeg)

And there came a sdk with multitude of features like 
#### =>cross platform development
####  =>beautiful ui's with minimal codebase
#### =>open source
#### =>and last but not least it is backed by google

> ## =>FLUTTER


![flutter-2-million.png](https://cdn.hashnode.com/res/hashnode/image/upload/v1596091155127/M72FFlVoE.png)
Flutter is Google’s UI toolkit for building beautiful, natively compiled applications for mobile, web, and desktop from a single codebase.

####  =>Same UI and Business Logic in All Platforms
####  =>Reduced Code Development Time
####  =>Increased Time-to-Market Speed
####  =>Similar to Native App Performance
####  =>Custom, Animated UI of Any Complexity Available
####  =>Own Rendering Engine
####  =>Simple Platform-Specific Logic Implementation

Get started with flutter here

%[https://flutter.dev/]

  
