Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions assets/data/devs.json
Original file line numberDiff line numberDiff line change
Expand Up@@ -494,5 +494,19 @@
"facebook": "https://facebook.com/100003776636938",
"linkedin": "https://www.linkedin.com/in/oliver-rhyme"
}
},
{
"name": "Mher John F. Tan",
"roles": [
"Computer Science Student",
"Flutter Developer"
],
"about": "Flutter Newbie",
"username": "tanmher",
"socials": {
"twitter": "https://www.facebook.com/tanmherjohn",
"facebook": "https://twitter.com/MherTan9",
"linkedin": "https://www.linkedin.com/in/mher-john-tan-2423ab1b5/"
}
}
]
4 changes: 2 additions & 2 deletions pubspec.lock
Original file line numberDiff line numberDiff line change
Expand Up@@ -251,7 +251,7 @@ packages:
name: stack_trace
url: "https://pub.dartlang.org"
source: hosted
version: "1.10.0-nullsafety.2"
version: "1.10.0-nullsafety.1"
stream_channel:
dependency: transitive
description:
Expand DownExpand Up@@ -358,5 +358,5 @@ packages:
source: hosted
version: "0.1.2"
sdks:
dart: ">=2.10.0-110 <=2.11.0-185.0.dev"
dart: ">=2.10.0-110 <2.11.0"
flutter: ">=1.22.0 <2.0.0"