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
28
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
99
Widgetbook, a Flutter Storybook <> DevFest Nairobi 2022
muli_eriq
1
120
Getting Started with Flutter for Mobile Development
muli_eriq
0
11
Other Decks in Technology
See All in Technology
自律的なスケーリング手法FASTにおけるVPoEとしてのアカウンタビリティ / dev-productivity-con-2025
yoshikiiida
1
16k
AWS Organizations 新機能!マルチパーティ承認の紹介
yhana
1
280
「良さそう」と「とても良い」の間には 「良さそうだがホンマか」がたくさんある / 2025.07.01 LLM品質Night
smiyawaki0820
1
540
KubeCon + CloudNativeCon Japan 2025 Recap by CA
ponkio_o
PRO
0
300
生成AI活用の組織格差を解消する 〜ビジネス職のCursor導入が開発効率に与えた好循環〜 / Closing the Organizational Gap in AI Adoption
upamune
7
5.2k
Backlog ユーザー棚卸しRTA、多分これが一番早いと思います
__allllllllez__
1
150
LangSmith×Webhook連携で実現するプロンプトドリブンCI/CD
sergicalsix
1
230
Geminiとv0による高速プロトタイピング
shinya337
1
270
B2C&B2B&社内向けサービスを抱える開発組織におけるサービス価値を最大化するイニシアチブ管理
belongadmin
1
6.8k
生成AI開発案件におけるClineの業務活用事例とTips
shinya337
0
250
Zero Data Loss Autonomous Recovery Service サービス概要
oracle4engineer
PRO
2
7.7k
ビズリーチにおけるリアーキテクティング実践事例 / JJUG CCC 2025 Spring
visional_engineering_and_design
1
120
Featured
See All Featured
The Illustrated Children's Guide to Kubernetes
chrisshort
48
50k
StorybookのUI Testing Handbookを読んだ
zakiyama
30
5.9k
Six Lessons from altMBA
skipperchong
28
3.9k
The Cult of Friendly URLs
andyhume
79
6.5k
Bootstrapping a Software Product
garrettdimon
PRO
307
110k
Building a Scalable Design System with Sketch
lauravandoore
462
33k
KATA
mclloyd
30
14k
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
5
290
Stop Working from a Prison Cell
hatefulcrawdad
270
21k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
331
22k
Scaling GitHub
holman
459
140k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
107
19k
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