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
12
Other Decks in Technology
See All in Technology
大規模サーバーレスAPIの堅牢性・信頼性設計 〜AWSのベストプラクティスから始まる現実的制約との向き合い方〜
maimyyym
6
4.1k
GoでもGUIアプリを作りたい!
kworkdev
PRO
0
120
リセラー企業のテクサポ担当が考える、生成 AI 時代のトラブルシュート 2025
kazzpapa3
1
150
AI時代こそ求められる設計力- AWSクラウドデザインパターン3選で信頼性と拡張性を高める-
kenichirokimura
3
280
プロポーザルのコツ ~ Kaigi on Rails 2025 初参加で3名の登壇を実現 ~
naro143
1
210
これがLambdaレス時代のChatOpsだ!実例で学ぶAmazon Q Developerカスタムアクション活用法
iwamot
PRO
5
920
Codexとも仲良く。CodeRabbit CLIの紹介
moongift
PRO
0
110
Azure Well-Architected Framework入門
tomokusaba
1
350
速習AGENTS.md:5分で精度を上げる "3ブロック" テンプレ
ismk
0
400
[Codex Meetup Japan #1] Codex-Powered Mobile Apps Development
korodroid
0
110
衛星画像超解像化によって実現する2D, 3D空間情報の即時生成と“AI as a Service”/ Real-time generation spatial data enabled_by satellite image super-resolution
lehupa
0
140
AI駆動開発を推進するためにサービス開発チームで 取り組んでいること
noayaoshiro
0
250
Featured
See All Featured
A Tale of Four Properties
chriscoyier
161
23k
Navigating Team Friction
lara
190
15k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
9
970
Building Adaptive Systems
keathley
43
2.8k
Writing Fast Ruby
sferik
629
62k
Keith and Marios Guide to Fast Websites
keithpitt
411
23k
Site-Speed That Sticks
csswizardry
11
890
Thoughts on Productivity
jonyablonski
70
4.9k
4 Signs Your Business is Dying
shpigford
185
22k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
34
6.1k
Measuring & Analyzing Core Web Vitals
bluesmoon
9
620
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
9
590
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