Flutter
Flutter is a UI software development kit that is used for developing iOS, Android, Linux, Mac, Windows, Google Fuchsia, and web applications. It is based on Dart programming language.
It provides fast development (with its Stateful Hot Reload feature) and beautiful Material Design and Cupertino widgets which incorporate critical platform differences between Android and iOS.
Example
I learned mobile application development using Flutter before beginning an internship.
Further Reading
- The Official Flutter Website features Useful Documentation to help novices get started.