
How to handle Null value in Flutter ? | Handle Grey screen in Flutter
Null value in Flutter Null value occurs in different ways in flutter, sometimes null value is not controlled in production which causes grey screen and sometimes null value occurs in API response and many more reasons, To deal with this, we have added three ways through which you can handle it. 1. Tertiary operator 2.Empty…