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
29
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
32
Testing Your Flutter Applications </>
muli_eriq
1
100
Widgetbook, a Flutter Storybook <> DevFest Nairobi 2022
muli_eriq
1
120
Getting Started with Flutter for Mobile Development
muli_eriq
0
13
Other Decks in Technology
See All in Technology
pmconf 2025 大阪「生成AI時代に未来を切り開くためのプロダクト戦略:圧倒的生産性を実現するためのプロダクトサイクロン」 / The Product Cyclone for Outstanding Productivity
yamamuteki
2
1.6k
ステートレスなLLMでステートフルなAI agentを作る - YAPC::Fukuoka 2025
gfx
8
1.4k
なぜThrottleではなくDebounceだったのか? 700並列リクエストと戦うサーバーサイド実装のすべて
yoshiori
13
4.8k
QAを"自動化する"ことの本質
kshino
1
140
ソフトウェア開発現代史: 55%が変化に備えていない現実 ─ AI支援型開発時代のReboot Japan #agilejapan
takabow
7
4.5k
改竄して学ぶコンテナサプライチェーンセキュリティ ~コンテナイメージの完全性を目指して~/tampering-container-supplychain-security
mochizuki875
1
360
[CV勉強会@関東 ICCV2025] WoTE: End-to-End Driving with Online Trajectory Evaluation via BEV World Model
shinkyoto
0
280
不確実性に備える ABEMA の信頼性設計とオブザーバビリティ基盤
nagapad
3
3.3k
ローカルLLM基礎知識 / local LLM basics 2025
kishida
9
3.2k
明日から真似してOk!NOT A HOTELで実践している入社手続きの自動化
nkajihara
1
870
アジャイル社内普及ご近所さんマップを作ろう / Let's create an agile neighborhood map
psj59129
1
140
社内外から"使ってもらえる"データ基盤を支えるアーキテクチャの秘訣/登壇資料(飯塚 大地・高橋 一貴)
hacobu
PRO
0
3k
Featured
See All Featured
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
35
3.2k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
31
2.7k
jQuery: Nuts, Bolts and Bling
dougneiner
65
8k
Optimizing for Happiness
mojombo
379
70k
Making the Leap to Tech Lead
cromwellryan
135
9.6k
The Pragmatic Product Professional
lauravandoore
36
7k
The Cult of Friendly URLs
andyhume
79
6.7k
Raft: Consensus for Rubyists
vanstee
140
7.2k
Agile that works and the tools we love
rasmusluckow
331
21k
Fireside Chat
paigeccino
41
3.7k
Stop Working from a Prison Cell
hatefulcrawdad
272
21k
GitHub's CSS Performance
jonrohan
1032
470k
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