Skip to main content
Mangirdas Kazlauskas

Labas! I'm Mangirdas 👋

Welcome to my blog. It ain't much, but it's honest work.

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',
};
}

Open-source projects

See all
flutter_deck

flutter_deck

A lightweight, customizable, and easy-to-use framework to create presentations in Flutter.

Learn more
Flutter Design Patterns

Flutter Design Patterns

An open-source OOP design patterns application built with Dart and Flutter.

Learn more
Flutter Design Challenges

Flutter Design Challenges

A collection of design challenges implemented in Flutter.

Learn more

Latest presentations

See all
Cat-like Development: Flutter for Efficiency

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

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
Design Patterns toolbox: (not so) obvious patterns for Flutter

Design Patterns toolbox: (not so) obvious patterns for Flutter

Overview of some OOP Design Patterns and their pure implementation in Dart as well as seeing them in action by investigating the example app.

View slides

Don't be shy, say hi!