Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 

Repository files navigation

about_me.dart

class AboutMe {
  final name = 'Ömer';
  final title = 'Vibe Developer';
  final location = 'Turkey 🇹🇷';
  final skills = ['Mobile Development', 'AI'];
  final social = {
    'Telegram': 'https://t.me/omergn',
    'GitHub': 'https://github.com/ruwiss',
    'YouTube': 'https://www.youtube.com/@hq_net'
  };
}

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors