Skip to main content
Profile pictureProfile picture
about_me.dart
/// Labas 👋, nice to meet you!
class AboutMe {
final fullName = 'Mangirdas Kazlauskas';
final title = 'Mobile Tech Lead @ Billo';
final location = 'Kaunas, Lithuania 🇱🇹';
final badges = [
'Google Developer Expert for Flutter & Dart',
'Organiser @ Flutter Vilnius',
];
final skills = [
'Product Development',
'Content Creation',
'Public Speaking',
'Mentoring',
'Googling',
'Memes',
];
final social = {
'Twitter': 'https://twitter.com/mkobuolys',
'LinkedIn': 'https://linkedin.com/in/mangirdas-kazlauskas',
'GitHub': 'https://github.com/mkobuolys',
'YouTube': 'https://youtube.com/@mkobuolys',
'Sessionize': 'https://sessionize.com/mangirdas-kazlauskas/',
};
}