From 7783e441e3c365e495decc0a97a95409ab5aa6be Mon Sep 17 00:00:00 2001 From: Syed Mehtab Ali Date: Tue, 18 Oct 2022 00:01:37 +0500 Subject: [PATCH] added myself --- lib/contributors.dart | 2 ++ participants/syedmehtabali.md | 3 +++ 2 files changed, 5 insertions(+) create mode 100644 participants/syedmehtabali.md diff --git a/lib/contributors.dart b/lib/contributors.dart index e6a62eb..8bf3683 100644 --- a/lib/contributors.dart +++ b/lib/contributors.dart @@ -7,6 +7,7 @@ class Contributor extends StatelessWidget { // Add your Full Name in this list // Please do not remove any other name :) final contributorsName = [ + 'Syed Mehtab Ali', 'kartikey singh', 'Harsh Soni', 'Luki Sanjaya', @@ -115,6 +116,7 @@ class Contributor extends StatelessWidget { ]; final gitHubUserName = [ + 'syedmehtabali', 'kartikey4474', 'cscipher', 'lukisanjaya', diff --git a/participants/syedmehtabali.md b/participants/syedmehtabali.md new file mode 100644 index 0000000..37d3393 --- /dev/null +++ b/participants/syedmehtabali.md @@ -0,0 +1,3 @@ +Name: Syed Mehtab Ali +GitHub: https://github.com/syedmehtabali +Quote: When I wrote this code, only God and I understood what I did. Now only God knows. \ No newline at end of file