You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this is updated code for the BMI APP, while the original has issues such as it needs to be converted to V2 embedding and null safety has to be implemented due to newer concepts, here is the whole code so you won't run into any sort of problems!
Issues resolved
requires your app to be migrated to the Android embedding v2
Null safety implementation
void call by functions or variables where values are to be inserted on runtime can cause issues if no null safety is used in flutter, it has been resolved in this updated version of the code
The text was updated successfully, but these errors were encountered:
mhaseebali
added a commit
to mhaseebali/BMI-Calculator-Flutter-Completed
that referenced
this issue
Jul 15, 2023
hey there :)
this is updated code for the BMI APP, while the original has issues such as it needs to be converted to V2 embedding and null safety has to be implemented due to newer concepts, here is the whole code so you won't run into any sort of problems!
Issues resolved
Null safety implementation
The text was updated successfully, but these errors were encountered: