Material flutter app source code

There used to be a sample application, called Material flutter. It was a nice show case of all the flutter widgets. Does anyone knows where the source code is?

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

there are some example projects in your flutter install location located in the examples folder.

Comments

Popular posts from this blog

Meaning of `{}` for return expression

Get current scroll position of ScrollView in React Native

flutter websocket connection issue