adar2378 / pin_code_fields

A flutter package which will help you to generate pin code fields with beautiful design and animations. Can be useful for OTP or pin code inputs 🤓🤓
https://pub.dev/packages/pin_code_fields
MIT License
690 stars 336 forks source link

Rename appContext to context #321

Closed subzero911 closed 12 months ago

subzero911 commented 1 year ago

appContext parameter name is incorrect. There's no any "appContext" in Flutter (unlike native Android). It has context which is basically a pointer to a current Element in the element tree. It's used primarily to lookup nearest InheritedWidget above (all the .of methods like Theme.of(context), MediaQuery.of(context)) So the parameter name should be just context.

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

subzero911 commented 1 year ago

:(

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

subzero911 commented 1 year ago

bump

Imesh7 commented 1 year ago

@adar2378 do you have any idea to do this?

if you assign to me

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.