azmainadel / bmi-flutter

Noob in Flutter :boy: This is the first try! Simple app that calculates BMI.
0 stars 0 forks source link

Variable naming #1

Closed SamsadSajid closed 4 years ago

SamsadSajid commented 4 years ago

in the lib/utils/constants.dart file kLabelTextStyle, kGeneralTextStyle these types of name kinda does't tell anything about the variable.

SamsadSajid commented 4 years ago

:P

azmainadel commented 4 years ago

My life, my rules. :zap: :zap: :zap: Jokes apart, I'll keep that in mind.

Where can I reach you without thinking about "will he reply within two days?"? Slack/Messenger/Mail?

SamsadSajid commented 4 years ago

I was implementing the demo I told you about last night. With flutter_bloc and dio, to implement the UI with event based architecture. The thing is after writing the codes, when I looked at it, it felt like if you don't go through this => bloc pattern architecture it's not gonna be helpful for you.