Added Flutter Version Management related entries in the .gitignore file in case a programmer decides to write code for this repo while having multiple flutter versions in his/her system.
And changed a variable name in main_prod.dart which may be was copied from main_dev.dart. The new variable name is more suited to the prod main file as my judgment.
Added
Flutter Version Management
related entries in the.gitignore
file in case a programmer decides to write code for this repo while having multiple flutter versions in his/her system.And changed a variable name in
main_prod.dart
which may be was copied frommain_dev.dart
. The new variable name is more suited to the prod main file as my judgment.