0
Flutter
Hi guys, can you please explain to me whatâs flutter and how can i learn it ?
2 Answers
+ 1
Flutter is Google's UI toolkit for building beautiful, natively compiled applications for mobile, web, desktop, and embedded devices from a single codebase.(or at least that's what they say it is ;))
You could learn it by official tutorials and documentation on flutter.dev or by any other online tutorial, such as
https://www.tutorialspoint.com/flutter/index.htm
+ 1
Thanks