In the world of mobile app development, Flutter has emerged as a powerful toolkit for building cross-platform applications. One crucial aspect of app development is […]
Read moreTag: Custom Widgets
Custom Checkbox Flutter
A checkbox is a type of input widget which holds the Boolean value. In flutter, we have a Material Checkbox. But it has some limitations like we […]
Read more