5+ Years Experienced Flutter Developer

Mobile App Developer

I develop high-performance, user-friendly mobile applications for iOS and Android. I turn your dream app into reality with Flutter.

main.dart
// Coffee ☕ powered code
import 'package:flutter/material.dart';
import 'package:url_launcher/url_launcher.dart';
class LinkedInButton extends StatelessWidget {
Future<void> launchLinkedIn() async {
final Uri url = Uri.parse(
'https://linkedin.com/in/furkan-saffet-olkay');
if (!await canLaunchUrl(url)) {
return;
}
await launchUrl(url);
}
@override
Widget build(BuildContext context) {
return ElevatedButton.icon(
onPressed: () async {
await launchLinkedIn();
},
icon: Icon(Icons.linkedin),
label: Text('LinkedIn'),
);
}
}
9:41
Scroll

0+

Applications Developed

0+

Years of Experience

0+

Blog Posts

0+

Total Downloads

About Me

Hello, I'm Furkan Olkay

I'm a Software Engineer, Mobile Team Lead, and Flutter Developer with 5+ years of experience. I develop high-performance, user-friendly mobile applications for iOS and Android. I'm specialized in the Flutter ecosystem and develop projects with modern software architectures and best practices.

Furkan Olkay - Software Engineer, Mobile Team Lead, and Flutter Developer
Technical Skills

My Expertise Areas

Skills I've developed with modern technologies and best practices

Mobile Development

5+ Yıl Derin Deneyim

Flutter Dart iOS Android Kotlin Swift

State Management

4+ Yıl Uzmanlık

Bloc/Cubit Riverpod Provider GetX

Backend & APIs

4+ Yıl Deneyim

Firebase REST API GraphQL Supabase PostgreSQL MongoDB

Architecture & Design

5+ Yıl Uzmanlık

Clean Architecture SOLID Design Patterns MVVM MVC TDD

Tools & Technologies

Git & GitHub
CI/CD
Cloud Services
Security
Testing
Design Tools
Vibe Coding

Staying Up-to-Date

I code with the latest technologies and trends. Learning something new every day, developing with modern tools.

furkan@vibe-coding ~
LIVE
Flutter 3.x Dart 3.x Latest Packages Modern Patterns
Featured Projects

My Projects

High-performance mobile applications I've developed in recent years

Latest Posts

My Blog Posts

Articles about Flutter, mobile development, and software engineering

Contact

Let's Work Together

Get in touch with me for your project. I'm here for any questions!

Contact Information