support@codebucket.net

widget

Did you know the basics of Flutter Scaffold?

Scaffold is a widget which gives flutter a structure. The scaffold widget lets us implement many useful visual component .....

Read more

Want to know about Flutter Container?

Container widgets commonly used for sizing, and positioning other widgets. A container usually holds one child widget. B .....

Read more

Did you know about Flutter Button?

In this demonstration, I will briefly discuss Flutter's mostly used widget, which is called Button. If you have previous .....

Read more

Discussions about Flutter Text

Text widget is used to display strings in the application. Text widgets have many attributes. Other than the String itse .....

Read more

Know about the Flutter Column and Row

Columns and rows are two of the most important widgets in Flutter. While designing UI we need to align various widgets o .....

Read more