Anatomy of Material Buttons in Flutter (PART 1)

Carlos Pedroza
CodeChai
Published in
10 min readMar 6, 2019

--

All you need to know about Material Buttons and their properties

2019 seems to be the year of Google’s mobile UI framework for developing high-quality apps on iOS and Android. Who imagined possible to grow apps for both platforms in a beautifully, easy to maintain, with a single base code, in a very quick way? They did and delivered us this treasure named Flutter.

During my progress through the learning curve of this framework, I decided to publish an extensive series reviewing the most commonly used widgets. This series is aimed at beginners who need extra help in understanding the Dart language and Flutter’s framework, but it is also useful to any programmer who wants a quick look at how to customize the widget.

Each post will start describing the widget, its general purpose, its benefits and how to start using it. Later, we will discuss the most important properties to customize it. And finally, we will end the article with some examples with its code to help you visualize common uses.

With nothing else to add, feel welcome to my first Medium post.

About Material Buttons

We all know how important user interaction is in nowadays apps. Buttons have been through all this time a very good old fellow. It is hard to imagine…

--

--

Carlos Pedroza
CodeChai

25. Love Medicine, Programming apps and Drawing. Medical doctor and enthusiast Flutter programmer.