Computer Programming

Flutter Checkbox

Flutter: CheckBox – Toggle Selection

Checkboxes are everywhere in apps — when you’re agreeing to terms, choosing your favorite items, or turning settings on or off. In Flutter, checkboxes are super easy to use and very customizable. In this article, we’ll explore how to create, manage, and customize checkboxes. We’ll also look at how to handle multiple checkboxes and even […]

Flutter: CheckBox – Toggle Selection Read More »

Flutter: Text Widget – Decorating Text

Flutter: Text Widget – Decorating Text

When you create apps with Flutter, text is everywhere—titles, labels, buttons, and more. Sometimes, you want your text to stand out. Maybe you want it underlined, crossed out, or even decorated with a colored line. This is where text decoration comes in. In this article, we’ll learn how to decorate text using Flutter’s Text widget

Flutter: Text Widget – Decorating Text Read More »

Scroll to Top