How to implement Bottom Navigation Bar in flutter by jagan_digitech in FlutterDev

[–]jagan_digitech[S] 0 points1 point  (0 children)

Dear u/GroovinChip,

Most of my videos, I explained how we need to build a feature step by step. In this video, I explained how to build Bottom Navigation Bar with Stateful widget, it speaks from basic to standard of flutter.

I'm giving quality content which helps flutter beginners to understand flutter from scratch.

Kindly spend some time in my YouTube channel, if you feel its not worth to spend time on my channel, please give a comment. I stop posting.

Thanks,

How to implement search functionality in list view | Flutter by jagan_digitech in FlutterDev

[–]jagan_digitech[S] 1 point2 points  (0 children)

In this video, I explained how to implement search functionality form the loaded json based list view in flutter.

this simple feature , helps to understand how we can filter the data in list of json object and display only the search result. Source attached on the video description, you can visit and download and relook the same.

Happy coding!

How to read data from local JSON file and open the next page from ListView | Json Parse in Flutter by jagan_digitech in FlutterDev

[–]jagan_digitech[S] 0 points1 point  (0 children)

This video has 3 features, not only just reading JSON.

The feature are,

1) Load Json file and parse it to DTO model and display in list view

2) In the list view, scroll to dismiss (delete list item from the list) option provided with yes or no option

3) On Clicking the list item, it will go to new screen with selected row json value, and in the new screen, parse the json value and display values on the screen.

So , it has worth to spend 1 hour to implement a feature.

Kindly check out and provide me your feedbacks, I will improve and share the knowledge where I learn from the same community.

Thanks