Creating Slider In Flutter

Slider is part of material design library in Flutter. Slider is used to select the values. It can be continues or discrete type. By default it acts as continues slider. Slider have many component like min value, max value, default value and more. You can perform action or save the value into a variable when

Creating Slider In Flutter Read More »

See All Types Button In Flutter

Button in flutter are mainly used to perform some task like click or move to another place in flutter screens. Or also used to execute some task when we press or click on that button. Buttons are widgets of flutter which perform some task. These are a part of material library. Basically flutter provides many

See All Types Button In Flutter Read More »