Below is a list of all major Material Design Widgets in flutter.
Read moreHow do you make a component in Flutter?
Start a new Flutter project in Android Studio and choose Flutter Package for the project type. Put your custom widget in the lib folder. Add a folder named example to the project root. In there, add a Flutter app that demonstrates how to use your widget.
Read more