Flutter vs React Native

5 Reasons Why You Should Choose Flutter Over React Native In 2023

Are you confused about choosing between Google Flutter and React Native for your next cross-platform-app? Well, in this article I will show you reasons why Flutter is much…

working with list in Dart/Flutter

How to Automatically Resize Flutter font size based on screen size

Automatically resize Flutter font size based on screen size accordingly to the width and height dimension of the device. There’re so many dimensions of mobile devices and because…

flutter-error-setstate-called-after-dispose

[Solved] Vertical viewport was given unbounded height Error in flutter

When you include Listview as child widget of Scroll view and a Column or when you try to create a UI that leads you to use gride-layout, you…

working with list in Dart/Flutter

How to use Conditional Statement (IF ELSE) on Child Widget in Flutter

Flutter conditionally show widget within child attribute using (if else) statement or ternary operator. This can be very overwhelming for beginners because you can’t directly use “if..else” statement…