SlideShare a Scribd company logo
The Magic of Flutter
By : Ahmed Abu Eldahab
@dahabdev
About Me
My name is Ahmed Abu Eldahab
/Dahabdev /Dahabdev /Dahabit
- Co-Founder & CTO of Savvy Tech
- Founder of FlutterEgypt
- GDG Alexandria Organizer
- I wrote my first line of code 22 years ago (1995).
- I started teaching programming since (2000).
- I have 15+ years experience with software (Web - Mobile - Desktop)
About Us
FlutterEgypt
- World first Flutter Meetup community ( our first meetup was
27th january 2018)
- World first Flutter community that join Together with Google
Developers (30th april 2018)
/FlutterEgypt
http://flutteregypt.com
Mobile Platforms
Mobile Platforms
Mobile Platforms
Mobile Platforms
Mobile Platforms
IOS
Kernel and Device Drivers
Core OS
Core Services & Media
UI OEM Widgets (Material Design - Cupertino)
@dahabdev
Android
Mobile Development Approaches
@dahabdev
OEM Widgets
Cupertino
Material Design
Canvas
Events
Location Bluetooth
Camera Sensors
Java
Kotlin
Swift
Objective-c
Application
Services
Native Approach (Single Platform)
Cross-Platform Approach
Hybrid Approach
Web View
Canvas
Events
Location Bluetooth
Camera Sensors
JavaScript
HTML
CSS
Application
Services
Bridge
@dahabdev
Canvas
Events
Location Bluetooth
Camera Sensors
Transferred
Native Code
Application
Services
FrameworklibrariesSDK
OEM Widgets
Cupertino
Material Design
Cross-Platform Approach
C#
JavaScript
Canvas
Events
Location Bluetooth
Camera Sensors
Javascript
Application
Services
JavascriptBridge
OEM Widgets
Cupertino
Material Design
Cross-Platform Approach
JavaScript
@dahabdev
Flutter Approach
Canvas
Events
Location Bluetooth
Camera Sensors
Native ARM
Binary
Code
Application
Services
Platform
Channels
Flutter Widgets
Cupertino
Material Design
@dahabdev
What is Flutter?
Flutter is the next step in
App development
Speed and performance
Fast , smooth performance
Flexibility
Customize anything - Brand
first design
Native look and feel
Familiarity , ease of use
Rapid Development
Easy to learn , predictable
What makes Flutter unique?
- Compiles to Native Code (ARM Binary code)
- No reliance on OEM widgets
- No bridge needed
- No markup language (only Dart)
What is Dart?
One language to rule them all..
- Open-source web programming language developed by Google.
- Class-based, single-inheritance, object oriented language with
C-style syntax.
- Supports interfaces, abstract classes, reified generics, and optional
typing(Dart 1) and strong typing (Dart 2)..
● Language and Libraries
● Packages manager https://pub.dartlang.org/
● Virtual machine
● Compile to Javascript dart2js
Batteries included
Who use Dart?
https://www.dartlang.org/community/who-uses-dart
Google AdWords Google Fuchsia
AdSense
performance reports
Google Fiber
Mandrill AdWords for video
Google internal
sales tool
Google internal
CRM
Adobe
Google Fuchsia
Fuchsia is a capability-based, real-time operating system (RTOS)
currently being developed by Google.
https://github.com/fuchsia-mirror/
HTML/CSS Analogs in Flutter
var container = new Container( // grey box
child: new Text(
"Lorem ipsum",
style: new TextStyle(
fontSize: 24.0
fontWeight: FontWeight.w900,
fontFamily: "Georgia",
),
),
width: 320.0,
height: 240.0,
color: Colors.grey[300],
);
<div class="greybox">
Lorem ipsum
</div>
.greybox {
background-color: #e0e0e0; /* grey 300 */
width: 320px;
height: 240px;
font: 900 24px Georgia;
}
Want to build Great looking and fast Apps?
Everything is a Widget
https://flutter.io/widgets/
Flutter Architecture
You can customize anything in green
Hot Reload
Flutter Widget Inspector
With Flutter no limit to
your imagination!
Test
https://flutter.io/testing/
- Unit testing
- Widget testing
- Integration testing
How To install ?
https://flutter.io/get-started/install/
IDE Support?
Flutter Showcase
https://flutter.io/showcase https://itsallwidgets.com
Flutter Showcase
https://flutter.io/showcase https://itsallwidgets.com
Flutter Showcase
https://flutter.io/showcase https://itsallwidgets.com
Thanks
About Me
My name is Ahmed Abu Eldahab
/Dahabdev /Dahabdev /Dahabit
- Co-Founder & CTO of Savvy Tech
- Founder of FlutterEgypt
- GDG Alexandria Organizer
- I wrote my first line of code 22 years ago (1995).
- I started teaching programming since (2000).
- I have 15+ years experience with software (Web - Mobile - Desktop)

More Related Content

PDF
Google flutter the easy and practical way
Ahmed Abu Eldahab
 
PDF
Build beautiful native apps in record time with flutter
RobertLe30
 
PDF
Getting started with flutter
rihannakedy
 
PPTX
Flutter
shreyash singh
 
PDF
INTRODUCTION TO FLUTTER.pdf
AdarshMathuri
 
PDF
What is flutter and why should i care?
Sergi Martínez
 
PPTX
Introduction to Flutter
Apoorv Pandey
 
PDF
Building beautiful apps with Google flutter
Ahmed Abu Eldahab
 
Google flutter the easy and practical way
Ahmed Abu Eldahab
 
Build beautiful native apps in record time with flutter
RobertLe30
 
Getting started with flutter
rihannakedy
 
INTRODUCTION TO FLUTTER.pdf
AdarshMathuri
 
What is flutter and why should i care?
Sergi Martínez
 
Introduction to Flutter
Apoorv Pandey
 
Building beautiful apps with Google flutter
Ahmed Abu Eldahab
 

What's hot (20)

PDF
Google flutter and why does it matter
Ahmed Abu Eldahab
 
PPTX
What and Why Flutter? What is a Widget in Flutter?
MohammadHussain595488
 
PDF
Intro to Flutter
Eason Pai
 
PDF
Pune Flutter Presents - Flutter 101
Arif Amirani
 
PPTX
Flutter introduction
SheilaJimenezMorejon
 
PPTX
What is Flutter
Malan Amarasinghe
 
PPTX
A flight with Flutter
Ahmed Tarek
 
PDF
Building beautiful apps using google flutter
Ahmed Abu Eldahab
 
PDF
Flutter beyond hello world
Ahmed Abu Eldahab
 
PPTX
Flutter talkshow
Nhan Cao
 
PPTX
Flutter session 01
DSC IEM
 
PPTX
Flutter
Himanshu Singh
 
PPTX
Flutter introduction
Võ Duy Tuấn
 
PDF
Build responsive applications with google flutter
Ahmed Abu Eldahab
 
PDF
Flutter
Dave Chao
 
PPTX
Flutter: Future of App Development
9 series
 
PPTX
Flutter festival - Write your first Flutter application
Apoorv Pandey
 
PPTX
Flutter workshop
Vishnu Suresh
 
PPTX
Flutter
Mohit Sharma
 
PDF
Hello Flutter
rihannakedy
 
Google flutter and why does it matter
Ahmed Abu Eldahab
 
What and Why Flutter? What is a Widget in Flutter?
MohammadHussain595488
 
Intro to Flutter
Eason Pai
 
Pune Flutter Presents - Flutter 101
Arif Amirani
 
Flutter introduction
SheilaJimenezMorejon
 
What is Flutter
Malan Amarasinghe
 
A flight with Flutter
Ahmed Tarek
 
Building beautiful apps using google flutter
Ahmed Abu Eldahab
 
Flutter beyond hello world
Ahmed Abu Eldahab
 
Flutter talkshow
Nhan Cao
 
Flutter session 01
DSC IEM
 
Flutter introduction
Võ Duy Tuấn
 
Build responsive applications with google flutter
Ahmed Abu Eldahab
 
Flutter
Dave Chao
 
Flutter: Future of App Development
9 series
 
Flutter festival - Write your first Flutter application
Apoorv Pandey
 
Flutter workshop
Vishnu Suresh
 
Flutter
Mohit Sharma
 
Hello Flutter
rihannakedy
 
Ad

Similar to [Alexandria Devfest] the magic of flutter (20)

PDF
Mobile DevOps pipeline using Google Flutter
Ahmed Abu Eldahab
 
PDF
Building beautiful apps using google flutter
Ahmed Abu Eldahab
 
PDF
Flutter bus 2018
Ahmed Abu Eldahab
 
PDF
Google flutter the easy and practical way
Ahmed Abu Eldahab
 
PDF
Flutter study jam 2019
Ahmed Abu Eldahab
 
PDF
ITI MDW 2018 Event Talk "building beautiful apps using google flutter"
Ahmed Abu Eldahab
 
PDF
The Magic of flutter Comex oman 2019
Ahmed Abu Eldahab
 
PDF
Google flutter the easy and practical way
Ahmed Abu Eldahab
 
PDF
Flutter Online Study jam 10-7-2019
Ahmed Abu Eldahab
 
PDF
Game development using Flutter
Shady Selim
 
PDF
Google flutter the easy and practical way IEEE Alazhar
Ahmed Abu Eldahab
 
PDF
The magic of Flutter - Amman ioextended 6-7-2019
Ahmed Abu Eldahab
 
PDF
Mobile development with Flutter
Awok
 
PDF
GITS Class #17: Coding Multiple Apps with Flutter
GITS Indonesia
 
PDF
flutter.school #HelloWorld
Frederik Schweiger
 
PPTX
The new web early adopter program is now open with flutter
Concetto Labs
 
PPTX
Introduction to Flutter.pptx
DiffouoFopaEsdras
 
PPTX
GDSC UoL Flutter Workshop ft. Angga Arifandi
CynthiaTang20
 
PDF
Google Cloud @ Hackathons (2020)
wesley chun
 
DOCX
flutter-general-report.docx
KuntalSasmal1
 
Mobile DevOps pipeline using Google Flutter
Ahmed Abu Eldahab
 
Building beautiful apps using google flutter
Ahmed Abu Eldahab
 
Flutter bus 2018
Ahmed Abu Eldahab
 
Google flutter the easy and practical way
Ahmed Abu Eldahab
 
Flutter study jam 2019
Ahmed Abu Eldahab
 
ITI MDW 2018 Event Talk "building beautiful apps using google flutter"
Ahmed Abu Eldahab
 
The Magic of flutter Comex oman 2019
Ahmed Abu Eldahab
 
Google flutter the easy and practical way
Ahmed Abu Eldahab
 
Flutter Online Study jam 10-7-2019
Ahmed Abu Eldahab
 
Game development using Flutter
Shady Selim
 
Google flutter the easy and practical way IEEE Alazhar
Ahmed Abu Eldahab
 
The magic of Flutter - Amman ioextended 6-7-2019
Ahmed Abu Eldahab
 
Mobile development with Flutter
Awok
 
GITS Class #17: Coding Multiple Apps with Flutter
GITS Indonesia
 
flutter.school #HelloWorld
Frederik Schweiger
 
The new web early adopter program is now open with flutter
Concetto Labs
 
Introduction to Flutter.pptx
DiffouoFopaEsdras
 
GDSC UoL Flutter Workshop ft. Angga Arifandi
CynthiaTang20
 
Google Cloud @ Hackathons (2020)
wesley chun
 
flutter-general-report.docx
KuntalSasmal1
 
Ad

More from Ahmed Abu Eldahab (20)

PDF
Securing Your Dream Job as a Flutter Developer
Ahmed Abu Eldahab
 
PDF
The Flutter Job Market At The Moment
Ahmed Abu Eldahab
 
PDF
Flutter A year of creativity!
Ahmed Abu Eldahab
 
PDF
Flutter latest updates and features 2022
Ahmed Abu Eldahab
 
PDF
Flutter 2.8 features and updates
Ahmed Abu Eldahab
 
PDF
6 x1 flutter_talk
Ahmed Abu Eldahab
 
PDF
Null safety in dart and flutter , the whole story!
Ahmed Abu Eldahab
 
PDF
What's new in flutter and dart in 2020
Ahmed Abu Eldahab
 
PDF
Becoming a software developer
Ahmed Abu Eldahab
 
PDF
Build web applications using google flutter part 2
Ahmed Abu Eldahab
 
PDF
Build web applications using google flutter
Ahmed Abu Eldahab
 
PDF
Cybersecurity in an IoT and Mobile World
Ahmed Abu Eldahab
 
PDF
Flutter state management from zero to hero
Ahmed Abu Eldahab
 
PDF
Flutter state management from zero to hero
Ahmed Abu Eldahab
 
PDF
Building your actions for Google Assistant
Ahmed Abu Eldahab
 
PDF
Building Successful Apps with Google Firebase
Ahmed Abu Eldahab
 
PDF
Flutter beyond hello world
Ahmed Abu Eldahab
 
PDF
Flutter beyond hello world GCDC Egypt Devfest 2019
Ahmed Abu Eldahab
 
PDF
Flutter beyond Hello world talk
Ahmed Abu Eldahab
 
PDF
The era of cross platform for mobile apps development
Ahmed Abu Eldahab
 
Securing Your Dream Job as a Flutter Developer
Ahmed Abu Eldahab
 
The Flutter Job Market At The Moment
Ahmed Abu Eldahab
 
Flutter A year of creativity!
Ahmed Abu Eldahab
 
Flutter latest updates and features 2022
Ahmed Abu Eldahab
 
Flutter 2.8 features and updates
Ahmed Abu Eldahab
 
6 x1 flutter_talk
Ahmed Abu Eldahab
 
Null safety in dart and flutter , the whole story!
Ahmed Abu Eldahab
 
What's new in flutter and dart in 2020
Ahmed Abu Eldahab
 
Becoming a software developer
Ahmed Abu Eldahab
 
Build web applications using google flutter part 2
Ahmed Abu Eldahab
 
Build web applications using google flutter
Ahmed Abu Eldahab
 
Cybersecurity in an IoT and Mobile World
Ahmed Abu Eldahab
 
Flutter state management from zero to hero
Ahmed Abu Eldahab
 
Flutter state management from zero to hero
Ahmed Abu Eldahab
 
Building your actions for Google Assistant
Ahmed Abu Eldahab
 
Building Successful Apps with Google Firebase
Ahmed Abu Eldahab
 
Flutter beyond hello world
Ahmed Abu Eldahab
 
Flutter beyond hello world GCDC Egypt Devfest 2019
Ahmed Abu Eldahab
 
Flutter beyond Hello world talk
Ahmed Abu Eldahab
 
The era of cross platform for mobile apps development
Ahmed Abu Eldahab
 

Recently uploaded (20)

PDF
Structs to JSON: How Go Powers REST APIs
Emily Achieng
 
PPTX
The-Ethical-Hackers-Imperative-Safeguarding-the-Digital-Frontier.pptx
sujalchauhan1305
 
PDF
Make GenAI investments go further with the Dell AI Factory
Principled Technologies
 
PDF
Data_Analytics_vs_Data_Science_vs_BI_by_CA_Suvidha_Chaplot.pdf
CA Suvidha Chaplot
 
PDF
Responsible AI and AI Ethics - By Sylvester Ebhonu
Sylvester Ebhonu
 
PDF
How ETL Control Logic Keeps Your Pipelines Safe and Reliable.pdf
Stryv Solutions Pvt. Ltd.
 
PPTX
AI in Daily Life: How Artificial Intelligence Helps Us Every Day
vanshrpatil7
 
PPTX
Dev Dives: Automate, test, and deploy in one place—with Unified Developer Exp...
AndreeaTom
 
PPTX
Applied-Statistics-Mastering-Data-Driven-Decisions.pptx
parmaryashparmaryash
 
PPTX
New ThousandEyes Product Innovations: Cisco Live June 2025
ThousandEyes
 
PDF
Presentation about Hardware and Software in Computer
snehamodhawadiya
 
PDF
Trying to figure out MCP by actually building an app from scratch with open s...
Julien SIMON
 
PPTX
What-is-the-World-Wide-Web -- Introduction
tonifi9488
 
PPTX
Agile Chennai 18-19 July 2025 | Emerging patterns in Agentic AI by Bharani Su...
AgileNetwork
 
PDF
AI Unleashed - Shaping the Future -Starting Today - AIOUG Yatra 2025 - For Co...
Sandesh Rao
 
PDF
Oracle AI Vector Search- Getting Started and what's new in 2025- AIOUG Yatra ...
Sandesh Rao
 
PDF
A Strategic Analysis of the MVNO Wave in Emerging Markets.pdf
IPLOOK Networks
 
PPTX
OA presentation.pptx OA presentation.pptx
pateldhruv002338
 
PPTX
Simple and concise overview about Quantum computing..pptx
mughal641
 
PDF
Orbitly Pitch Deck|A Mission-Driven Platform for Side Project Collaboration (...
zz41354899
 
Structs to JSON: How Go Powers REST APIs
Emily Achieng
 
The-Ethical-Hackers-Imperative-Safeguarding-the-Digital-Frontier.pptx
sujalchauhan1305
 
Make GenAI investments go further with the Dell AI Factory
Principled Technologies
 
Data_Analytics_vs_Data_Science_vs_BI_by_CA_Suvidha_Chaplot.pdf
CA Suvidha Chaplot
 
Responsible AI and AI Ethics - By Sylvester Ebhonu
Sylvester Ebhonu
 
How ETL Control Logic Keeps Your Pipelines Safe and Reliable.pdf
Stryv Solutions Pvt. Ltd.
 
AI in Daily Life: How Artificial Intelligence Helps Us Every Day
vanshrpatil7
 
Dev Dives: Automate, test, and deploy in one place—with Unified Developer Exp...
AndreeaTom
 
Applied-Statistics-Mastering-Data-Driven-Decisions.pptx
parmaryashparmaryash
 
New ThousandEyes Product Innovations: Cisco Live June 2025
ThousandEyes
 
Presentation about Hardware and Software in Computer
snehamodhawadiya
 
Trying to figure out MCP by actually building an app from scratch with open s...
Julien SIMON
 
What-is-the-World-Wide-Web -- Introduction
tonifi9488
 
Agile Chennai 18-19 July 2025 | Emerging patterns in Agentic AI by Bharani Su...
AgileNetwork
 
AI Unleashed - Shaping the Future -Starting Today - AIOUG Yatra 2025 - For Co...
Sandesh Rao
 
Oracle AI Vector Search- Getting Started and what's new in 2025- AIOUG Yatra ...
Sandesh Rao
 
A Strategic Analysis of the MVNO Wave in Emerging Markets.pdf
IPLOOK Networks
 
OA presentation.pptx OA presentation.pptx
pateldhruv002338
 
Simple and concise overview about Quantum computing..pptx
mughal641
 
Orbitly Pitch Deck|A Mission-Driven Platform for Side Project Collaboration (...
zz41354899
 

[Alexandria Devfest] the magic of flutter