Skip to content

Commit

Permalink
Merge pull request #17 from m-sadegh-sh/master
Browse files Browse the repository at this point in the history
fix: Fixed the emailAddress prop name

thanks a lot. such improvements help me a lot.
  • Loading branch information
escamoteur committed Feb 4, 2022
2 parents 0f37aa3 + 79ca106 commit 4cb3872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -26,7 +26,7 @@ class Model extends ChangeNotifier {
String get country => _country;
String _emailAddress;
set country(String val) {
set emailAddress(String val) {
_emailAddress = val;
notifyListeners();
}
Expand Down

0 comments on commit 4cb3872

Please sign in to comment.