[SOLVED]: SliverGeometry is not valid: The “layoutExtent” exceeds the “paintExtent”.
While working with SliverPersistentHeaderDelegate and using custom animation, you might get an error: SliverGeometry is not valid: The “layoutExtent” exceeds the “paintExtent”. The relevant error-causing widget was CustomScrollView This is…
Read more »Flutter: Color () with Hexadecimal
While styling the flutter application, you may be used to Color .fromRGBO(), however, the commonly used approach in higher-level development is hexadecimal since most of the design’s colors are made…
Read more »Flutter: What is MyClass_.() ? aka Private Constructor 2022
While reading some Flutter blogs or watching Flutter tutorials, you might see that some developers are using _.() aks private constructor after creating a Class. And you might be wondering…
Read more »