SlideShare a Scribd company logo
Flutter Development pathway
• Introduction
• What is flutter
o Flutter is an open Source Framework by Google for building beautiful, natively
compiled, multi platform application from a Single Code Base.
o Dart language
• Why Flutter
o Cross platform
o UI
o Bug fixing easy
o One change will be done on every platform
o Hot reload
o Backed by google
o One codebase multiple platforms
o Continuous updates and fixes
o Large development community and support
o Customizable Widgets
o Optimized application
• Dart
o Client optimized language for fast apps on any platform
o has just in time and one time compilation
Flutter Development pathway lecture screenshots (imp).pdf
Flutter Development pathway lecture screenshots (imp).pdf
Flutter Development pathway lecture screenshots (imp).pdf
Flutter Development pathway lecture screenshots (imp).pdf
Flutter Development pathway lecture screenshots (imp).pdf
Flutter Development pathway lecture screenshots (imp).pdf
Flutter Development pathway lecture screenshots (imp).pdf
• WIDGETS!!!!!!!!
o Basic application
o Packages : pubspec.yaml (fonts /dependancies aswell)
• Stateful vs stateless
o SF has a createstate method that allows us to update the state of the ui
o SL not
• Material app
• Scaffold appbar, body
• Center
• Column
•
• Text
• Single child wigets
• Multi child wigdets
• No drag and drop
• Listview.builder
• Elevated button
• Textfield
• TextEditingController
• Expanded widget
• setState state management
• dev.pub for extra libraries that are available for developers

More Related Content

PPT
Cross platform mobile application development
PPTX
Mobile Application Development class 001
PDF
Mobile Development
PDF
What makes Flutter the best cross platform sdk
PPTX
Flutter_ Introduction_ Presentation.pptx
PDF
The Ring programming language version 1.6 book - Part 6 of 189
PPTX
Flutter Build Cross-Platform Apps with Ease.pptx
PPT
Native App Development for iOS, Android, and Windows with Visual Studio
Cross platform mobile application development
Mobile Application Development class 001
Mobile Development
What makes Flutter the best cross platform sdk
Flutter_ Introduction_ Presentation.pptx
The Ring programming language version 1.6 book - Part 6 of 189
Flutter Build Cross-Platform Apps with Ease.pptx
Native App Development for iOS, Android, and Windows with Visual Studio

Similar to Flutter Development pathway lecture screenshots (imp).pdf (20)

PPTX
What Makes Flutter Ideal For Cross-Platform App Development - A Complete Guid...
KEY
Mobile ECM with JavaScript - JSE 2011
PPTX
Cross platform mobile application devlopment
PDF
The Ring programming language version 1.4 book - Part 2 of 30
PDF
Your Ultimate Toolkit: Top Cross-Platform App Development Frameworks for 2024
PPTX
Top 4 Cross Platform tools for Mobile App Development
PDF
The Ring programming language version 1.4.1 book - Part 2 of 31
PDF
Why The Future of Flutter Will Be Your Next Big Obsession.pdf
PDF
Mobile app development
PPTX
Flutter_Visual_Introduc_Presentation.pptx
PDF
Cross-Platform Native Apps with JavaScript
DOC
Benefits of using Flutter for app development.doc
PDF
Flutter App Development- Why Should You Choose It .
PPTX
Introduction to go lang
PPTX
Universal Apps Oct 2014
PDF
A brief intro to RubyMotion
PDF
How to create/improve OSS product and its community (revised)
PDF
Native mobile application development with Flutter (Dart)
PPTX
ADVANCED PROGRAMMING TECHNOLOGIES NOWADAYS - Copy.pptx
PPTX
Top 10 programming languages
What Makes Flutter Ideal For Cross-Platform App Development - A Complete Guid...
Mobile ECM with JavaScript - JSE 2011
Cross platform mobile application devlopment
The Ring programming language version 1.4 book - Part 2 of 30
Your Ultimate Toolkit: Top Cross-Platform App Development Frameworks for 2024
Top 4 Cross Platform tools for Mobile App Development
The Ring programming language version 1.4.1 book - Part 2 of 31
Why The Future of Flutter Will Be Your Next Big Obsession.pdf
Mobile app development
Flutter_Visual_Introduc_Presentation.pptx
Cross-Platform Native Apps with JavaScript
Benefits of using Flutter for app development.doc
Flutter App Development- Why Should You Choose It .
Introduction to go lang
Universal Apps Oct 2014
A brief intro to RubyMotion
How to create/improve OSS product and its community (revised)
Native mobile application development with Flutter (Dart)
ADVANCED PROGRAMMING TECHNOLOGIES NOWADAYS - Copy.pptx
Top 10 programming languages
Ad

Recently uploaded (20)

PDF
Chinmaya Tiranga quiz Grand Finale.pdf
PDF
2.FourierTransform-ShortQuestionswithAnswers.pdf
PPTX
Lesson notes of climatology university.
PDF
OBE - B.A.(HON'S) IN INTERIOR ARCHITECTURE -Ar.MOHIUDDIN.pdf
PPTX
Pharma ospi slides which help in ospi learning
PPTX
Microbial diseases, their pathogenesis and prophylaxis
PPTX
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
PDF
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
PPTX
Introduction-to-Literarature-and-Literary-Studies-week-Prelim-coverage.pptx
PDF
Module 4: Burden of Disease Tutorial Slides S2 2025
PPTX
human mycosis Human fungal infections are called human mycosis..pptx
PDF
Anesthesia in Laparoscopic Surgery in India
PDF
Complications of Minimal Access Surgery at WLH
PDF
VCE English Exam - Section C Student Revision Booklet
PDF
GENETICS IN BIOLOGY IN SECONDARY LEVEL FORM 3
PPTX
Cell Types and Its function , kingdom of life
PPTX
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
PPTX
202450812 BayCHI UCSC-SV 20250812 v17.pptx
PDF
01-Introduction-to-Information-Management.pdf
PDF
Classroom Observation Tools for Teachers
Chinmaya Tiranga quiz Grand Finale.pdf
2.FourierTransform-ShortQuestionswithAnswers.pdf
Lesson notes of climatology university.
OBE - B.A.(HON'S) IN INTERIOR ARCHITECTURE -Ar.MOHIUDDIN.pdf
Pharma ospi slides which help in ospi learning
Microbial diseases, their pathogenesis and prophylaxis
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
Introduction-to-Literarature-and-Literary-Studies-week-Prelim-coverage.pptx
Module 4: Burden of Disease Tutorial Slides S2 2025
human mycosis Human fungal infections are called human mycosis..pptx
Anesthesia in Laparoscopic Surgery in India
Complications of Minimal Access Surgery at WLH
VCE English Exam - Section C Student Revision Booklet
GENETICS IN BIOLOGY IN SECONDARY LEVEL FORM 3
Cell Types and Its function , kingdom of life
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
202450812 BayCHI UCSC-SV 20250812 v17.pptx
01-Introduction-to-Information-Management.pdf
Classroom Observation Tools for Teachers
Ad

Flutter Development pathway lecture screenshots (imp).pdf

  • 1. Flutter Development pathway • Introduction • What is flutter o Flutter is an open Source Framework by Google for building beautiful, natively compiled, multi platform application from a Single Code Base. o Dart language • Why Flutter o Cross platform o UI o Bug fixing easy o One change will be done on every platform o Hot reload o Backed by google o One codebase multiple platforms o Continuous updates and fixes o Large development community and support o Customizable Widgets o Optimized application • Dart o Client optimized language for fast apps on any platform o has just in time and one time compilation
  • 9. • WIDGETS!!!!!!!! o Basic application o Packages : pubspec.yaml (fonts /dependancies aswell) • Stateful vs stateless o SF has a createstate method that allows us to update the state of the ui o SL not • Material app • Scaffold appbar, body • Center • Column • • Text • Single child wigets • Multi child wigdets • No drag and drop • Listview.builder • Elevated button • Textfield • TextEditingController • Expanded widget • setState state management • dev.pub for extra libraries that are available for developers