Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Getting Started With Flutter
Search
Eric Muli
October 30, 2019
Technology
0
32
Getting Started With Flutter
In this session, we will have a brief overview of what Flutter is and how to get started
Eric Muli
October 30, 2019
Tweet
Share
More Decks by Eric Muli
See All by Eric Muli
Widgetbook - a Flutter Storybook
muli_eriq
0
35
Testing Your Flutter Applications </>
muli_eriq
1
110
Widgetbook, a Flutter Storybook <> DevFest Nairobi 2022
muli_eriq
1
120
Getting Started with Flutter for Mobile Development
muli_eriq
0
17
Other Decks in Technology
See All in Technology
RGBに陥らないために -プロダクトの価値を届けるまで-
righttouch
PRO
0
120
Embeddings : Symfony AI en pratique
lyrixx
0
350
Phase04_ターミナル基礎
overflowinc
0
2.6k
サイボウズ 開発本部採用ピッチ / Cybozu Engineer Recruit
cybozuinsideout
PRO
10
76k
Cursor Subagentsはいいぞ
yug1224
2
100
ハーネスエンジニアリング×AI適応開発
aictokamiya
1
310
The essence of decision-making lies in primary data
kaminashi
0
120
「活動」は激変する。「ベース」は変わらない ~ 4つの軸で捉える_AI時代ソフトウェア開発マネジメント
sentokun
0
110
SSoT(Single Source of Truth)で「壊して再生」する設計
kawauso
2
380
The Rise of Browser Automation: AI-Powered Web Interaction in 2026
marcthompson_seo
0
310
データマネジメント戦略Night - 4社のリアルを語る会
ktatsuya
1
410
FlutterでPiP再生を実装した話
s9a17
0
210
Featured
See All Featured
AI Search: Implications for SEO and How to Move Forward - #ShenzhenSEOConference
aleyda
1
1.2k
Winning Ecommerce Organic Search in an AI Era - #searchnstuff2025
aleyda
1
1.9k
StorybookのUI Testing Handbookを読んだ
zakiyama
31
6.6k
A Modern Web Designer's Workflow
chriscoyier
698
190k
A designer walks into a library…
pauljervisheath
210
24k
SEO for Brand Visibility & Recognition
aleyda
0
4.4k
Code Review Best Practice
trishagee
74
20k
DBのスキルで生き残る技術 - AI時代におけるテーブル設計の勘所
soudai
PRO
64
52k
Highjacked: Video Game Concept Design
rkendrick25
PRO
1
330
Rails Girls Zürich Keynote
gr2m
96
14k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
133
19k
Designing for humans not robots
tammielis
254
26k
Transcript
Getting Started With Flutter Muli Eric Android , Flutter Developer
@muli_eriq FLUTTER INREACH CAMPUS EDITION BY :FLUTTER DEVELOPERS KENYA
- Google’s mobile SDK - Creates native Android and iOS
apps - Builds cross platform apps in record time - Uses Dart language
- Fast cross platform development - Perform native experience -
Lots of built in widgets - Application performance using Dart - Hot reload - Device compatibility. Its native widgets allow applications to remain compatible from iOS 8 and Android Jelly Bean, API 16
- IDE ❖ Android Studio ❖ Visual studio code ❖
IntelliJ ❖ Command line - Dart and Flutter plugins - Flutter SDK (flutter.dev)
❖ Flutter Documentation (flutter.dev) ❖ Udemy Courses By:Angela Yu Maximilian
Schwarzmuller Paulo Dichone Stephen Grider (e.t.c) ❖ Useful Youtube Channels 1.Flutter University 2.The Boring Flutter Show 3.Mtech Viral
❖ Useful Youtube Channels 4.The CS Guy 5.Fireship 6.Raja Yoga
7.Whatsup coders 8.Johannes Milke 9.Tensor Programming 10.Codingo Alpha 11.Flutter 12.Kalle Hallden 13.Flutter Create (e.t.c)
- Basic building blocks of a Flutter app’s UI, hence
everything is a widget - Immutable - All the fields are final unless you want to make changes.
Stateless Widget - It is immutable meaning that all values
are final and cannot be changed Stateful Widget - Require a mutable state - Maintain state that may change during the app’s lifecycle
THANK YOU! For more info check: Flutter.dev Flutter Developers KE
Flutter university