Custom Serializer with built_value in Dart and Flutter
Deserialization of a collection with generic type with built_value in Dart and Flutter
Feb 21, 20239 min read2.0K

Search for a command to run...
Articles tagged with #tutorial
Deserialization of a collection with generic type with built_value in Dart and Flutter

Prevent rebuilding the bottom navigation bar screens in Flutter

When working on frontend applications, a common use case is "Updating the screen's UI dynamically". setState is one of the ways to accomplish this in flutter. Overview Tech Terms What is a State Object in flutter Fun Fact Example code When to us...
