What is widget and example?

The definition of a widget is a general term for a small gadget or device . An example of a widget is a usb connector for a laser mouse. noun. An element of a GUI, such as a text box or button, that displays information or settings that can be entered or altered by the user.

Read more

What is BLoC state management in Flutter?

The Flutter bloc package derives its’ name from the BLoC design pattern. BLoC is an abbreviation for “Business logic component” which — like most state managers — aims to decouple business logic from the views . The Flutter bloc package provides you with all the tools to implement the BLoC pattern into your app.

Read more