diff --git a/lib/contributors.dart b/lib/contributors.dart index 0ad755a..53d682b 100644 --- a/lib/contributors.dart +++ b/lib/contributors.dart @@ -10,11 +10,13 @@ class Contributor extends StatelessWidget { // < Add your Full Name in the List[] > final contributorsName = [ 'Muhammad Hamza', + 'Laraib Noor', ]; // < Add your GitHub Username in the List[] > final gitHubUserName = [ 'm-hamzashakeel', + 'LaraibNoor', ]; @override diff --git a/participants/laraib.md b/participants/laraib.md new file mode 100644 index 0000000..5194ecb --- /dev/null +++ b/participants/laraib.md @@ -0,0 +1,9 @@ +# Hacktoberfest - Flutter Contribution + +## Name: Laraib Noor + +**Github:** @LaraibNoor + +**Quote:** *Two things are infinite: the universe and human stupidity; and I'm not sure about the universe-Albert Einstein* + +--- \ No newline at end of file