
Flutter Select Item of List
Selecting multiple items using tap or long-press is a very common feature and you can probably find this in most of the utility apps.
Published 27
months
ago.» Read More

Creating a Multi-Level Dropdown Menu in Flutter: 1
Discover how to create a multi-level dropdown menu in Flutter using local data. Learn the basics of implementing a nested dropdown menu in your app and how to use it effectively with this in-depth guide.
Published 27
months
ago.» Read More

Flutter: Everything you need to know Dropdown
In this article we will make dropdown and go deeper into it. I will try to cover most of the things which you need to know
Published 27
months
ago.» Read More

Flutter : Save page state when using bottom Nav
In this article, I will solve one of the common problem. The problem is, when they switch between two pages using bottom navigation it doesn't keep the state of the page.
Published 27
months
ago.» Read More

Disable screenshot in flutter
Sometimes we don't want to allow user to take screenshot or do screen recording and share them. People now a days record videos and re-distribute them which is not good.
Published 27
months
ago.» Read More

Flutter: Quick Actions
When you long press on App icon on homescreen you find some option and that makes helps you in opening that page directly.
Published 28
months
ago.» Read More

Flutter: Toggle Show Hide Password
Sometimes we want to see the password and this feature is in demand now a days but because of security purpose password is not visible on our login form or any kind of form. Now developer made a button which show the password when user clicks on that and it's super cool.
Published 28
months
ago.» Read More

CRUD in Laravel 8
In this article you will implementing CRUD in Laravel 8. There are some changes in Laravel 8 if you compare this from any previous version. These are not basic changes these are breaking changes which you must know.
Published 28
months
ago.» Read More
About
I am Nitish Kumar Singh from India. I write code and also do open source contribution. I create content for learners and help them in building their product and projects.