From 2b7d19cafb63031269f7569f76079fa5c7daa7ca Mon Sep 17 00:00:00 2001 From: LaraibNoor Date: Sat, 23 Oct 2021 11:48:55 +0500 Subject: [PATCH] Added .md file and added my name in the end of the list in lib/contributor.dart --- lib/contributors.dart | 2 ++ participants/laraib.md | 9 +++++++++ 2 files changed, 11 insertions(+) create mode 100644 participants/laraib.md 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