flutter

JavaScript
Flutter is an open-source UI software development kit created by Google. 
It is used to develop applications for Android, iOS, Linux, Mac, 
Windows, Google Fuchsia,[4] and the web from a single codebase.// Google owns Flutter.
// Google usually quits such projects after a few years.Flutter

$ flutter channel beta
$ flutter upgrade
$ flutter config --enable-web



Good Choice!C:\src>git clone https://github.com/flutter/flutter.git -b stable
It is a mobile development framework. Made by Google. You can visit flutter.dev for more info. Happy coding
Source

Also in JavaScript: