Top 1K Features Creators Events Podcasts Books Extensions Interviews Blog Explorer CSV

Flutter

< >

Flutter is a framework created in 2017.

#1826on PLDB 7Years Old
Wikipedia

Flutter is an open-source mobile application development framework created by Google. It is used to develop applications for Android and iOS, as well as being the primary method of creating applications for Google Fuchsia.. Read more on Wikipedia...


Example from hello-world:
import 'package:flutter/widgets.dart'; void main() { runApp( Text( 'Hello World', textDirection: TextDirection.ltr, ), ); }
- Build the next great programming language Add About Search Keywords Livestreams Labs Resources Acknowledgements Part of the World Wide Scroll