about_me.dart
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 = {
'X': 'https://x.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',
};
}
Content worth your time, delivered directly to you. For FREE!
SubscribeLatest blog posts
See allOpen-source projects
See all
flutter_deck
A lightweight, customizable, and easy-to-use framework to create presentations in Flutter.
Learn more
Flutter Design Patterns
An open-source OOP design patterns application built with Dart and Flutter.
Learn more
Latest videos
See allLatest presentations
See all
Cat-like Development: Flutter for Efficiency
Many developers chase the dream of being a "unicorn" - an individual who seamlessly wields the power to design, build, and deliver remarkable products. But what if you are more like a cat? A person, who wants to invest the least amount of effort for the maximum outcome. In this talk, we will explore how Flutter empowers developers to do exactly that.
View slides
Make smarter decisions faster with Firebase Remote Config
Firebase Remote Config is a powerful tool that allows you to change the behaviour and appearance of your app without requiring users to download an app update. This means that you can experiment with new features and changes, and see how they impact your users' behaviour in real-time. In this talk, we will learn how to use Firebase Remote Config to make smarter decisions faster.
View slides