Skip to content
View thetmyoekhaing's full-sized avatar
🀣
dying inside
🀣
dying inside
Block or Report

Block or report thetmyoekhaing

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
thetmyoekhaing/README.md

Hi πŸ‘‹, I'm Thet Myoe Khaing (Tomari)

Junior Developer who is passionate in coding related fields such as Web,Mobile and IOT. Most used language Dart(Flutter).

loficity

tomari99

class GitHubProfile {
  final String username;
  final String bio;
  final List<String> skills;

  GitHubProfile({
    required this.username,
    required this.bio,
    required this.skills,
  });

  String aboutMe() {
    final skillsList = skills.map((skill) => '- $skill').join('\n');

    return '''

# Hello, World! πŸ‘‹

I'm @$username, a passionate Dart developer.

## About Me

- πŸ’Ό $bio

## Skills

$skillsList

- 🌱 I’m currently learning **Kotlin**

- πŸ’¬ Ask me about **dart(flutter)**

''';
  }
}

void main() {
  final myProfile = GitHubProfile(
    username: 'tomari99',
    bio: 'A Flutter Dev | Dart & Flutter Enthusiast',
    skills: ['Dart', 'Flutter', 'Firebase', 'MongoDB', "Git", "ReactJS", "TailwindCSS"],
  );

  final aboutMe = myProfile.aboutMe();
  print(aboutMe);
}

Connect with me:

thet-myoe-khaing-7423aa26a

Languages and Tools:

dart firebase flutter git javascript linux mongodb react tailwind

Pinned

  1. design-patterns-in-dart design-patterns-in-dart Public

    Dart 2

  2. push-notification-and-theme-test-flutter push-notification-and-theme-test-flutter Public

    Dart 3

  3. anime_db anime_db Public

    Dart 2

  4. cs-video-courses cs-video-courses Public

    Forked from Developer-Y/cs-video-courses

    List of Computer Science courses with video lectures.

    2

  5. MyaPwintEliza/DreamLab-Project MyaPwintEliza/DreamLab-Project Public

    JavaScript 1