What is Flutter History of Flutter ?



Flutter is the term of Mobile Application Development. We can Develop Application For Android And IOS with Single code base. Flutter is an open source framework to create high quality, high performance mobile applications across mobile operating systems - Android and iOS. It provides a simple, powerful, efficient and easy to understand SDK to write mobile application in Google’s own language, Dart. In general, developing a mobile application is a complex and challenging task. There are many frameworks available to develop a mobile application. Android provides a native framework based on Java language and iOS provides a native framework based on Objective-C / Swift language. However, to develop an application supporting both the OSs, we need to code in two different languages using two different frameworks. To help overcome this complexity, there exists mobile frameworks supporting both OS. These frameworks range from simple HTML based hybrid mobile application framework (which uses HTML for User Interface and JavaScript for application logic) to complex language specific framework (which do the heavy lifting of converting code to native code). Irrespective of their simplicity or complexity, these frameworks always have many disadvantages, one of the main drawbacks being their slow performance. 




HISTORY OF FLUTTER:

Flutter is a free and open-source UI software development kit introduced by Google. It is used to build applications for Android, iOS, Windows, and the web. The first version of Flutter was announced in the year 2015 at the Dart Developer Summit. It was initially known as codename "Sky" and can run on the Android OS. After the announcement of Flutter, the first Flutter Alpha version (v-0.06) was released in May 2017. Later, during the keynote of Google Developer days in Shanghai, Google launched the second preview of Flutter in September 2018 that was the last big release before Flutter 1.0 version. On December 4, 2018, the first stable version of the Flutter framework was released at the Flutter Live event, denoting Flutter 1.0. The current stable release of the framework is Flutter v1.9.1+hotfix.6 on October 24, 2019. On May 6, 2020, the Dart SDK in version 2.8 and the Flutter in version 1.17.0 were released, where support was added to the Metal API, greatly improving performance on iOS devices (approximately 50%), new Material widgets, in addition new network tracking tools and much more. To develop with Flutter, you will use a programming language called Dart. The language was created by Google in October 2011, but it has improved a lot over these past years.






You can read my other blogs of flutter If you want to know about the installation of flutter you read Installation blog.

Guys, please give you valuable feedback in comments. Thanks for visiting my blog.


Comments

Post a Comment

Popular posts from this blog

Hello World Program In Flutter using Android Studio.

what is Angular Architecture ?

Java Notes