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
From fear to air: embracing over-the-air app updates
Repeat after me: app updates are stressful. Dealing with app store reviews and worrying about disrupting users can make anyone hesitant to release new features. But what if there was a better way? Over-the-air (OTA) updates let you deliver changes directly to your users, super fast and without any fuss. In this talk, we’ll explore various OTA update techniques, from simple tools to advanced methods like code push for instant fixes, feature flags for controlled rollouts and A/B testing, server-driven UI for dynamic content, and even generative AI for personalized experiences.
View slides
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