Skip to content
View thetmyoekhaing's full-sized avatar
๐Ÿคฃ
dying inside
๐Ÿคฃ
dying inside

Highlights

  • Pro

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)

A Software developer specializing in mobile/web applications with Flutter and React.

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


Thet Myoe Khaing's Dev Card

Pinned Loading

  1. dynamic-theme-gen-flutter dynamic-theme-gen-flutter Public

    A flutter package that allows developers to implement real-time, customizable themes in their applications. This package facilitates easy switching between light and dark modes, custom color schemeโ€ฆ

    Dart 1

  2. design-patterns-in-dart design-patterns-in-dart Public

    Dart 2

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

    Dart 3

  4. anime_db anime_db Public

    Dart 2

  5. cs-video-courses cs-video-courses Public

    Forked from Developer-Y/cs-video-courses

    List of Computer Science courses with video lectures.

    2

  6. MyaPwintEliza/DreamLab-Project MyaPwintEliza/DreamLab-Project Public

    JavaScript 1