hasancse91 / flutter_getx_template

A basic boilerplate template for starting a Flutter GetX project. GetX, Dio, MVVM, get CLI, Localization, Pagination etc are implemented.
MIT License
400 stars 146 forks source link

Update gitignore and Fix typo for EnvConfig in main_prod.dart file #6

Closed kmmuntasir closed 2 years ago

kmmuntasir commented 2 years ago

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.

kmmuntasir commented 2 years ago

Hm, I understand. *.lock removed from gitignore.