SlideShare a Scribd company logo
Ahmed Abu Eldahab
GDE Flutter & Dart
@dahabdev
Google Flutter the easy
and practical way
Google Developer Expert in Flutter & Dart
Senior Technical Consultant
Kortobaa LLC CTO
/Dahabdev
Tell me about you?
Developers ,
Designers , Mac ,
Linux , Windows ,
Web , Mobile ,
Android , ios ?
@dahabdev
The dilemma of mobile app development
Mobile Development Approaches
Native Approach (Single Platform)
OEM Widgets
Cupertino
Material Design
Canvas
Events
Location Bluetooth
Camera Sensors
Java
Kotlin
Swift
Objective-c
Application
Services
Cross-Platform Approach
Cross-Platform Approach
Hybrid Approach
Web View
Canvas
Events
Location Bluetooth
Camera Sensors
JavaScript
HTML
CSS
Application
Services
Bridge
Cross-Platform Approach
Canvas
Events
Location Bluetooth
Camera Sensors
Transferred
Native Code
Application
Services
FrameworklibrariesSDK
OEM Widgets
Cupertino
Material Design
C#
JavaScript
Cross-Platform Approach
Canvas
Events
Location Bluetooth
Camera Sensors
Javascript
Application
Services
JavascriptBridge
OEM Widgets
Cupertino
Material Design
JavaScript
Google flutter the easy and practical way
Flutter Approach
Canvas
Events
Location Bluetooth
Camera Sensors
Native ARM
Binary
Code
Services
Platform
Channels
Flutter Widgets
Cupertino
Material Design
Flutter is Google’s UI toolkit
for building beautiful,
natively compiled
applications for mobile, web,
and desktop from a single
codebase
Key component of the Google Developer family
Control every pixel on the screen
Make your brand come to life
Never say "no" to your designer
Stand out in the marketplace
Win awards with beautiful UI
Expressive, beautiful UIs
Flutter support many types of
Animations
- Tween
- Hero
- Sliver
- Transform
- FadeInWidget
- Animation Builder
- AnimatedOpacity
- Physics-based animation
Beautiful Animations
Flutter support many types of
Animations
- Tween
- Hero
- Sliver
- Transform
- FadeInWidget
- Animation Builder
- AnimatedOpacity
- Physics-based animation
Beautiful Animations
Fast
Brings the power of a games engine to
user experience development
60fps, GPU accelerated
Compiled to native machine code
Sub-second reload times
Paint your app to life
Iterate rapidly on features
Test hypotheses quicker than ever
More time to experiment & test
features
Single-codebase for faster collab
3X Productivity Gains
Productive
Flutter offers a portable, high-quality UI toolkit, and a fast, expressive way to build native app UIs.
Key component of the Google Developer family
Key component of the Google Developer family
Google flutter the easy and practical way
Google flutter the easy and practical way
● Language and Libraries
● Packages manager https://pub.dev
● Virtual machine
● Compile to Javascript dart2js
Dart is a client-optimized language for fast apps on any platform!
(Web - Desktop - Mobile - Embedded)?
Google Fuchsia
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;
}
Swift UI
Jetpack Compose
What makes Flutter unique?
- Compiles to Native Code (ARM Binary code)
- No reliance on OEM widgets
- No bridge needed
- No markup language (only Dart)
Supernova
http://supernova.io/
Supernova
Adobe XD
Adobe XD
Flutter for web
New Dev Tools
New Dev Tools
New Dartpad
https://dartpad.dev/
Google flutter the easy and practical way
Everything is a Widget
Everything is a Widget
Everything is a Widget
Stateless Widget is immutable widget doesn’t know anything
& Gets render only once or when the parent widget changes
the configuration
Everything is a Widget
Stateful Widget is mutable widget which has its own
properties knowing as state and it can be changed by user
input or by using setState()
https://flutter.dev/docs/reference/widgets
https://flutter.dev/docs/reference/widgets
App Widget
Material Widget
Scaffold Widget
Column
Container
Text
Button
Render Tree
Everything is a Widget
Everything is a Widget
Google flutter the easy and practical way
IDE Support ?
https://flutter.dev/docs/get-started/install
$ flutter doctor
$ flutter upgrade
With Flutter no limit to your
imagination!
Test
https://flutter.dev/docs/testing
- Unit testing
- Widget testing
- Integration testing
https://www.youtube.com/flutterdev
Google flutter the easy and practical way
https://firebase.google.com/docs/flutter/setup
https://www.youtube.com/watch?v=DqJ_KjFzL9I
Google flutter the easy and practical way
Google flutter the easy and practical way
Flutter Showcase
https://flutter.dev/showcase & https://itsallwidgets.com
Flutter Showcase
https://flutter.dev/showcase & https://itsallwidgets.com
Flutter Showcase
https://flutter.dev/showcase & https://itsallwidgets.com
Google flutter the easy and practical way
bit.ly/dahab-youtube
Google Developer Expert in Flutter & Dart
Senior Technical Consultant
Kortobaa LLC CTO
/Dahabdev

More Related Content

PDF
Flutter beyond hello world
PDF
Google flutter the easy and practical way IEEE Alazhar
PDF
Google flutter the easy and practical way
PDF
Flutter Online Study jam 10-7-2019
PDF
The Magic of flutter Comex oman 2019
PDF
Flutter A year of creativity!
PPT
Silverlight 2 with Visual Studio 2008 and Expression Blend
PDF
Build web applications using google flutter
Flutter beyond hello world
Google flutter the easy and practical way IEEE Alazhar
Google flutter the easy and practical way
Flutter Online Study jam 10-7-2019
The Magic of flutter Comex oman 2019
Flutter A year of creativity!
Silverlight 2 with Visual Studio 2008 and Expression Blend
Build web applications using google flutter

What's hot (20)

PDF
Google flutter the easy and practical way
PDF
Building Successful Apps with Google Firebase
PDF
Flutter beyond hello world GCDC Egypt Devfest 2019
PDF
Building beautiful apps with Google flutter
PDF
The magic of flutter
PDF
Flutter state management from zero to hero
PDF
Build beautiful native apps in record time with flutter
PDF
Getting started with flutter
PDF
Building beautiful apps using google flutter
PDF
The magic of Flutter - Amman ioextended 6-7-2019
PDF
Developer Student Clubs NUK - Flutter for Beginners
PDF
Flutter - DevFestDC
PDF
[Alexandria Devfest] the magic of flutter
PDF
Top five reasons you should prefer flutter app development
PDF
Flutter for web
PPTX
Intro to Flutter
PDF
Flutter Tutorial For Beginners | Edureka
PDF
IPhone Web Development With Grails from CodeMash 2009
PDF
Flutter state management from zero to hero
PPTX
Cross platform app development with flutter
Google flutter the easy and practical way
Building Successful Apps with Google Firebase
Flutter beyond hello world GCDC Egypt Devfest 2019
Building beautiful apps with Google flutter
The magic of flutter
Flutter state management from zero to hero
Build beautiful native apps in record time with flutter
Getting started with flutter
Building beautiful apps using google flutter
The magic of Flutter - Amman ioextended 6-7-2019
Developer Student Clubs NUK - Flutter for Beginners
Flutter - DevFestDC
[Alexandria Devfest] the magic of flutter
Top five reasons you should prefer flutter app development
Flutter for web
Intro to Flutter
Flutter Tutorial For Beginners | Edureka
IPhone Web Development With Grails from CodeMash 2009
Flutter state management from zero to hero
Cross platform app development with flutter
Ad

Similar to Google flutter the easy and practical way (20)

PDF
Mobile DevOps pipeline using Google Flutter
PDF
Building beautiful apps using google flutter
PDF
Google flutter and why does it matter
PDF
Flutter study jam 2019
PDF
Native mobile application development with Flutter (Dart)
PPTX
Intro to Flutter SDK
PDF
Flutter 2.8 features and updates
PPTX
Flutter presentation for Gujarat University
PPTX
PPTX
PDF
Mobile development with Flutter
PDF
Cross Platform Mobile Development using Flutter by Wei Meng Lee at Mobile foc...
PPTX
Exploring-the-World-of-Flutter-Development.pptx
PPTX
603848771-Lecture-1-Intro-to-Flutter-and-Dart.pptx
PDF
Flutter latest updates and features 2022
PPTX
Flutter presentation.pptx
PDF
Build responsive applications with google flutter
PDF
Why Flutter.pdf
PDF
DSC IIITL Flutter Workshop
PDF
Learn Google Flutter Fast: 65 Example Apps Mark Clow
Mobile DevOps pipeline using Google Flutter
Building beautiful apps using google flutter
Google flutter and why does it matter
Flutter study jam 2019
Native mobile application development with Flutter (Dart)
Intro to Flutter SDK
Flutter 2.8 features and updates
Flutter presentation for Gujarat University
Mobile development with Flutter
Cross Platform Mobile Development using Flutter by Wei Meng Lee at Mobile foc...
Exploring-the-World-of-Flutter-Development.pptx
603848771-Lecture-1-Intro-to-Flutter-and-Dart.pptx
Flutter latest updates and features 2022
Flutter presentation.pptx
Build responsive applications with google flutter
Why Flutter.pdf
DSC IIITL Flutter Workshop
Learn Google Flutter Fast: 65 Example Apps Mark Clow
Ad

More from Ahmed Abu Eldahab (12)

PDF
Securing Your Dream Job as a Flutter Developer
PDF
The Flutter Job Market At The Moment
PDF
6 x1 flutter_talk
PDF
Null safety in dart and flutter , the whole story!
PDF
What's new in flutter and dart in 2020
PDF
Becoming a software developer
PDF
Build web applications using google flutter part 2
PDF
Cybersecurity in an IoT and Mobile World
PDF
Building your actions for Google Assistant
PDF
Flutter beyond Hello world talk
PDF
Flutter beyond hello world
PDF
The era of cross platform for mobile apps development
Securing Your Dream Job as a Flutter Developer
The Flutter Job Market At The Moment
6 x1 flutter_talk
Null safety in dart and flutter , the whole story!
What's new in flutter and dart in 2020
Becoming a software developer
Build web applications using google flutter part 2
Cybersecurity in an IoT and Mobile World
Building your actions for Google Assistant
Flutter beyond Hello world talk
Flutter beyond hello world
The era of cross platform for mobile apps development

Recently uploaded (20)

PPTX
Operating system designcfffgfgggggggvggggggggg
PDF
Design an Analysis of Algorithms I-SECS-1021-03
PDF
medical staffing services at VALiNTRY
PDF
Adobe Illustrator 28.6 Crack My Vision of Vector Design
PDF
Flood Susceptibility Mapping Using Image-Based 2D-CNN Deep Learnin. Overview ...
PDF
Nekopoi APK 2025 free lastest update
PPTX
CHAPTER 12 - CYBER SECURITY AND FUTURE SKILLS (1) (1).pptx
PDF
Understanding Forklifts - TECH EHS Solution
PDF
How to Choose the Right IT Partner for Your Business in Malaysia
PPTX
ISO 45001 Occupational Health and Safety Management System
PDF
Claude Code: Everyone is a 10x Developer - A Comprehensive AI-Powered CLI Tool
PDF
Wondershare Filmora 15 Crack With Activation Key [2025
PDF
SAP S4 Hana Brochure 3 (PTS SYSTEMS AND SOLUTIONS)
PDF
T3DD25 TYPO3 Content Blocks - Deep Dive by André Kraus
PDF
top salesforce developer skills in 2025.pdf
PPTX
Introduction to Artificial Intelligence
PDF
Internet Downloader Manager (IDM) Crack 6.42 Build 41
PDF
System and Network Administration Chapter 2
PDF
System and Network Administraation Chapter 3
PDF
PTS Company Brochure 2025 (1).pdf.......
Operating system designcfffgfgggggggvggggggggg
Design an Analysis of Algorithms I-SECS-1021-03
medical staffing services at VALiNTRY
Adobe Illustrator 28.6 Crack My Vision of Vector Design
Flood Susceptibility Mapping Using Image-Based 2D-CNN Deep Learnin. Overview ...
Nekopoi APK 2025 free lastest update
CHAPTER 12 - CYBER SECURITY AND FUTURE SKILLS (1) (1).pptx
Understanding Forklifts - TECH EHS Solution
How to Choose the Right IT Partner for Your Business in Malaysia
ISO 45001 Occupational Health and Safety Management System
Claude Code: Everyone is a 10x Developer - A Comprehensive AI-Powered CLI Tool
Wondershare Filmora 15 Crack With Activation Key [2025
SAP S4 Hana Brochure 3 (PTS SYSTEMS AND SOLUTIONS)
T3DD25 TYPO3 Content Blocks - Deep Dive by André Kraus
top salesforce developer skills in 2025.pdf
Introduction to Artificial Intelligence
Internet Downloader Manager (IDM) Crack 6.42 Build 41
System and Network Administration Chapter 2
System and Network Administraation Chapter 3
PTS Company Brochure 2025 (1).pdf.......

Google flutter the easy and practical way