![Flutter Form Validator Vs TextEditingControllers](https://www.cdn5.niftycent.com/d/1/Y/N/6/a/9/flutter-form-validator-vs-texteditingcontrollers.webp)
Hello guys!Today we will be learning about the differences between flutter's form validator function and the TextEditingController feature for your form inputs authentication.I will explain with my story.After almost completing my To-do app which I p... https://tikugaelle.hashnode.dev/flutter-form-validator-vs-texteditingcontrollers
![Should Xojo switch to Declarative UI?](https://www.cdn5.niftycent.com/d/k/K/a/6/r/n/should-xojo-switch-to-declarative-ui.webp)
From time to time, I still take a look at the Xojo universe, even if it meanwhile requires a magnifying glass. However, it's hard to let go of nearly 20 years of using a tool, especially since the community is comprised of many talented, motivated, a... https://jeannot-muller.com/should-xojo-switch-to-declarative-ui
![Project !Addiction #1](https://www.cdn5.niftycent.com/d/1/d/O/d/x/v/project-addiction-1.webp)
It's been some time since my last post; however, I have been pretty busy brainstorming some ideas for the project. Last time I shared a public project board, but this will be replaced with images from the board I am actually using for personal projec... https://adrian0012.hashnode.dev/project-addiction-1
![Mastering Dart: A Comprehensive Guide on Abstract classes](https://www.cdn5.niftycent.com/d/e/a/7/6/n/X/mastering-dart-a-comprehensive-guide-on-abstract-classes.webp)
Abstraction Definition: The process of hiding certain details and showing only essential information to the user. In programming, abstraction means hiding the complex details and showing only the essential features of an object. It's like using a sma... https://nibu.hashnode.dev/mastering-dart-a-comprehensive-guide-on-abstract-classes
Flutter, Google's beloved UI toolkit, continues to empower developers with its efficiency and flexibility. However, as applications grow in complexity, the need for effective error handling, asynchronous operation management, and the embrace of funct... https://everythingflutter.com/mastering-functional-programming-in-flutter-with-dartz-package
![Column Widget and Attributes.](https://www.cdn5.niftycent.com/d/1/n/0/g/6/N/column-widget-and-attributes.webp)
Let's delve into the Column widget and provide more explanation along with a simple example. The Column widget in Flutter is a layout widget that displays its children in a vertical sequence. It arranges its children from top to bottom. Each child ca... https://vinitmepani.hashnode.dev/what-is-column-widget-and-column-widget-attributes
![Expanded and Flexible widgets](https://www.cdn5.niftycent.com/d/1/w/0/g/y/b/expanded-and-flexible-widgets.webp)
In Flutter, both Expanded and Flexible are widgets that help in creating flexible and responsive layouts. They are commonly used within Row, Column, and Flex widgets to control how space is allocated to their children.
- Expanded Widget: The Expande... https://vinitmepani.hashnode.dev/expanded-and-flexible-widgets
![Flex Widget and Attributes](https://www.cdn5.niftycent.com/d/k/M/X/6/r/r/flex-widget-and-attributes.webp)
In Flutter, the Flex widget is used to create a flexible box that can hold multiple children and distribute available space along its main axis or cross axis. It's commonly used with its two primary children: Row and Column. The Flex widget itself is... https://vinitmepani.hashnode.dev/flex-widget-and-attributes
![The Center widget and Attributes.](https://www.cdn5.niftycent.com/d/e/4/6/2/w/6/the-center-widget-and-attributes.webp)
The Center widget is a simple layout widget in Flutter that centers its child within itself. It takes a single child and positions it at the center of the available space along both the horizontal and vertical axes. Here's a basic example of using th... https://vinitmepani.hashnode.dev/the-center-widget-and-attributes
![Understanding didChangeDependencies in Flutter - A Beginner's Guide](https://www.cdn5.niftycent.com/d/1/N/E/X/O/3/understanding-didchangedependencies-in-flutter-a-beginner-s-guide.webp)
Introduction: Flutter, a popular framework for building cross-platform apps, comes with a variety of methods to control the behavior of widgets. One such method, didChangeDependencies, plays a crucial role in managing how your app responds to changes... https://pradyumantomar.hashnode.dev/understanding-didchangedependencies-in-flutter-a-beginners-guide