Bottom Navigation Bar In Android

Bottom Navigation Bar in Android is used to reach out to different screens from a single place using fragments. It is situated at the bottom of the screens so it is called Bottom Navigation. Bottom Navigation Bar makes it easy for users to explore and switch between top-level views in a single tap. See in …

Bottom Navigation Bar In Android Read More »

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 »

Flutter Searchable DropDown Example

It is very easy to make Searchable Dropdown in flutter in TextField or TextFormField. Add the following dependency into your pubspec.yml file and click on pub get. Add searchable dropdown dependency Run following command in flutter terminal $ flutter pub add dropdown_search This will add a following line in your pubspec.yaml file. Or you can …

Flutter Searchable DropDown Example Read More »

Scroll to Top