Source code for flutter material application

There was once a sample application called material flutter. This was a great occasion for all flutter widgets. Does anyone know where the source code is?

+5
source share
1 answer

The source code for the Flutter Gallery demo application is located at: https://github.com/flutter/flutter/tree/master/examples/flutter_gallery/

+9
source

Source: https://habr.com/ru/post/1260845/


All Articles