Skip to content

Commit

Permalink
adding shyam adhikari
Browse files Browse the repository at this point in the history
  • Loading branch information
lohanidamodar committed Jan 9, 2020
1 parent 88397f4 commit 0e37f55
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lib/core/constants.dart
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@ const List<Developer> DEVELOPERS = [
github: "https://github.com/sudeepthapa",
imageUrl: devSudip,
),
Developer(
name: "Shyam Adhikari",
profession: "UI/UX designer",
address: "Kathmandu, Nepal",
github: "https://uilearner.com/",
imageUrl: devShyam,
),
Developer(
name: "Sidhartha Joshi",
profession: "Flutter Developer",
Expand Down
1 change: 1 addition & 0 deletions lib/core/presentation/res/assets.dart
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ const String devDamodar =
'https://firebasestorage.googleapis.com/v0/b/dl-flutter-ui-challenges.appspot.com/o/img%2Fdev_damodar.jpg?alt=media&token=aaf47b41-3485-4bab-bcb6-2e472b9afee6';
const String devSudip =
'https://firebasestorage.googleapis.com/v0/b/dl-flutter-ui-challenges.appspot.com/o/img%2Fdev_sudip.jpg?alt=media';
const String devShyam = 'https://uilearner.com/public/images/about-img.jpg';
const String devSid =
'https://firebasestorage.googleapis.com/v0/b/dl-flutter-ui-challenges.appspot.com/o/img%2Fdev_sid.png?alt=media';

Expand Down

0 comments on commit 0e37f55

Please sign in to comment.