SlideShare a Scribd company logo
Session Planning
Points
Gifts
Team Work
Quizzes
Tasks & Project
Quizzes
https://quizizz.com
What do you need in course?
Laptop
IDE
Dart Programming Language
Dart SDK
Flutter framework Widgets
Flutter SDK
<data_type> <variable_name>;
<data_type> <variable_name> = value;
num
• num x = 10;
• num y = 10.3;
int • int x = 10;
Double • double x = 10.3;
Bool
• bool x = true;
• Bool y = false;
String
• String x = ‘any Text’;
• String y = “any Text”;
Dynamic
• Dynamic x = 10; Dynamic y = 10.3;
• Dynamic s = “Text”; Dynamic b = true;
Var
• var x = 10; var y = 10.3;
• var s = “Text”; var b = true;
is
is!
as
bool CH = !false;
if (CH is bool) print("Not Bool");
else print("Bool");
bool CH = !false;
if (CH is! bool) print("Not Bool");
else print("Bool");
var L = [text'] as List;
print(L as List);
Dart ( 1 )

More Related Content

What's hot

Data structure new lab manual
Data structure  new lab manualData structure  new lab manual
Data structure new lab manual
SANTOSH RATH
 
Python Functions Tutorial | Working With Functions In Python | Python Trainin...
Python Functions Tutorial | Working With Functions In Python | Python Trainin...Python Functions Tutorial | Working With Functions In Python | Python Trainin...
Python Functions Tutorial | Working With Functions In Python | Python Trainin...
Edureka!
 
C++ ppt
C++ pptC++ ppt
C++ ppt
parpan34
 
C Programming Exam problems & Solution by sazzad hossain
C Programming Exam problems & Solution by sazzad hossainC Programming Exam problems & Solution by sazzad hossain
C Programming Exam problems & Solution by sazzad hossain
Sazzad Hossain, ITP, MBA, CSCA™
 
Python
PythonPython
Modern C++ Explained: Move Semantics (Feb 2018)
Modern C++ Explained: Move Semantics (Feb 2018)Modern C++ Explained: Move Semantics (Feb 2018)
Modern C++ Explained: Move Semantics (Feb 2018)
Olve Maudal
 
String in programming language in c or c++
 String in programming language  in c or c++  String in programming language  in c or c++
String in programming language in c or c++
Samsil Arefin
 
standard template library(STL) in C++
standard template library(STL) in C++standard template library(STL) in C++
standard template library(STL) in C++
•sreejith •sree
 
design and analysis of algorithm Lab files
design and analysis of algorithm Lab filesdesign and analysis of algorithm Lab files
design and analysis of algorithm Lab files
Nitesh Dubey
 
Haskellで学ぶ関数型言語
Haskellで学ぶ関数型言語Haskellで学ぶ関数型言語
Haskellで学ぶ関数型言語
ikdysfm
 
Structures
StructuresStructures
Structures
archikabhatia
 
Clean code
Clean codeClean code
Clean code
Mahmoud Zizo
 
Data file handling in c++
Data file handling in c++Data file handling in c++
Data file handling in c++
Vineeta Garg
 
Oops presentation
Oops presentationOops presentation
Oops presentation
sushamaGavarskar1
 
C++ Function
C++ FunctionC++ Function
C++ Function
Hajar
 
PHP Web Programming
PHP Web ProgrammingPHP Web Programming
PHP Web Programming
Muthuselvam RS
 
Function in Python [Autosaved].ppt
Function in Python [Autosaved].pptFunction in Python [Autosaved].ppt
Function in Python [Autosaved].ppt
GaganvirKaur
 
Chapter 2 Java Methods
Chapter 2 Java MethodsChapter 2 Java Methods
Chapter 2 Java Methods
Khirulnizam Abd Rahman
 
Python programming : List and tuples
Python programming : List and tuplesPython programming : List and tuples
Python programming : List and tuples
Emertxe Information Technologies Pvt Ltd
 
Clean code slide
Clean code slideClean code slide
Clean code slide
Anh Huan Miu
 

What's hot (20)

Data structure new lab manual
Data structure  new lab manualData structure  new lab manual
Data structure new lab manual
 
Python Functions Tutorial | Working With Functions In Python | Python Trainin...
Python Functions Tutorial | Working With Functions In Python | Python Trainin...Python Functions Tutorial | Working With Functions In Python | Python Trainin...
Python Functions Tutorial | Working With Functions In Python | Python Trainin...
 
C++ ppt
C++ pptC++ ppt
C++ ppt
 
C Programming Exam problems & Solution by sazzad hossain
C Programming Exam problems & Solution by sazzad hossainC Programming Exam problems & Solution by sazzad hossain
C Programming Exam problems & Solution by sazzad hossain
 
Python
PythonPython
Python
 
Modern C++ Explained: Move Semantics (Feb 2018)
Modern C++ Explained: Move Semantics (Feb 2018)Modern C++ Explained: Move Semantics (Feb 2018)
Modern C++ Explained: Move Semantics (Feb 2018)
 
String in programming language in c or c++
 String in programming language  in c or c++  String in programming language  in c or c++
String in programming language in c or c++
 
standard template library(STL) in C++
standard template library(STL) in C++standard template library(STL) in C++
standard template library(STL) in C++
 
design and analysis of algorithm Lab files
design and analysis of algorithm Lab filesdesign and analysis of algorithm Lab files
design and analysis of algorithm Lab files
 
Haskellで学ぶ関数型言語
Haskellで学ぶ関数型言語Haskellで学ぶ関数型言語
Haskellで学ぶ関数型言語
 
Structures
StructuresStructures
Structures
 
Clean code
Clean codeClean code
Clean code
 
Data file handling in c++
Data file handling in c++Data file handling in c++
Data file handling in c++
 
Oops presentation
Oops presentationOops presentation
Oops presentation
 
C++ Function
C++ FunctionC++ Function
C++ Function
 
PHP Web Programming
PHP Web ProgrammingPHP Web Programming
PHP Web Programming
 
Function in Python [Autosaved].ppt
Function in Python [Autosaved].pptFunction in Python [Autosaved].ppt
Function in Python [Autosaved].ppt
 
Chapter 2 Java Methods
Chapter 2 Java MethodsChapter 2 Java Methods
Chapter 2 Java Methods
 
Python programming : List and tuples
Python programming : List and tuplesPython programming : List and tuples
Python programming : List and tuples
 
Clean code slide
Clean code slideClean code slide
Clean code slide
 

More from Simplife EG

dart 3.pdf
dart 3.pdfdart 3.pdf
dart 3.pdf
Simplife EG
 
Dart( 1 )
Dart( 1 )Dart( 1 )
Dart( 1 )
Simplife EG
 
Dart ( 5 )
Dart ( 5 )Dart ( 5 )
Dart ( 5 )
Simplife EG
 
Dart ( 4 )
Dart ( 4 ) Dart ( 4 )
Dart ( 4 )
Simplife EG
 
Dart ( 2 )
Dart ( 2 )Dart ( 2 )
Dart ( 2 )
Simplife EG
 
Icdl
IcdlIcdl
Arduino
ArduinoArduino
Arduino
Simplife EG
 
Html ( 2 )
Html ( 2 )Html ( 2 )
Html ( 2 )
Simplife EG
 
Html ( 1 )
Html ( 1 )Html ( 1 )
Html ( 1 )
Simplife EG
 

More from Simplife EG (9)

dart 3.pdf
dart 3.pdfdart 3.pdf
dart 3.pdf
 
Dart( 1 )
Dart( 1 )Dart( 1 )
Dart( 1 )
 
Dart ( 5 )
Dart ( 5 )Dart ( 5 )
Dart ( 5 )
 
Dart ( 4 )
Dart ( 4 ) Dart ( 4 )
Dart ( 4 )
 
Dart ( 2 )
Dart ( 2 )Dart ( 2 )
Dart ( 2 )
 
Icdl
IcdlIcdl
Icdl
 
Arduino
ArduinoArduino
Arduino
 
Html ( 2 )
Html ( 2 )Html ( 2 )
Html ( 2 )
 
Html ( 1 )
Html ( 1 )Html ( 1 )
Html ( 1 )
 

Recently uploaded

استراتيجية شبة المحسوس والمحسوس والمجرد.pptx
استراتيجية شبة المحسوس والمحسوس والمجرد.pptxاستراتيجية شبة المحسوس والمحسوس والمجرد.pptx
استراتيجية شبة المحسوس والمحسوس والمجرد.pptx
rabieazaz8
 
عرض حول كيفية منهجية التراسل الاداري.pptx
عرض حول  كيفية منهجية التراسل الاداري.pptxعرض حول  كيفية منهجية التراسل الاداري.pptx
عرض حول كيفية منهجية التراسل الاداري.pptx
miloudaitblal001
 
PPT SEMINAR HASIL PRODI BAHASA DAN SASTRA ARAB RADA ISDA SARI
PPT SEMINAR HASIL PRODI BAHASA DAN SASTRA ARAB RADA ISDA SARIPPT SEMINAR HASIL PRODI BAHASA DAN SASTRA ARAB RADA ISDA SARI
PPT SEMINAR HASIL PRODI BAHASA DAN SASTRA ARAB RADA ISDA SARI
RadaIsdasari
 
أهمية تعليم البرمجة للأطفال في العصر الرقمي.pdf
أهمية تعليم البرمجة للأطفال في العصر الرقمي.pdfأهمية تعليم البرمجة للأطفال في العصر الرقمي.pdf
أهمية تعليم البرمجة للأطفال في العصر الرقمي.pdf
elmadrasah8
 
مدخل الى مجال المقاربات البيداغوجية .pdf
مدخل الى مجال المقاربات البيداغوجية .pdfمدخل الى مجال المقاربات البيداغوجية .pdf
مدخل الى مجال المقاربات البيداغوجية .pdf
AhmedLansary1
 
تطبيقات الواقع المعزز في التعليم والتعلم.pdf
تطبيقات الواقع المعزز في التعليم والتعلم.pdfتطبيقات الواقع المعزز في التعليم والتعلم.pdf
تطبيقات الواقع المعزز في التعليم والتعلم.pdf
joreyaa
 

Recently uploaded (6)

استراتيجية شبة المحسوس والمحسوس والمجرد.pptx
استراتيجية شبة المحسوس والمحسوس والمجرد.pptxاستراتيجية شبة المحسوس والمحسوس والمجرد.pptx
استراتيجية شبة المحسوس والمحسوس والمجرد.pptx
 
عرض حول كيفية منهجية التراسل الاداري.pptx
عرض حول  كيفية منهجية التراسل الاداري.pptxعرض حول  كيفية منهجية التراسل الاداري.pptx
عرض حول كيفية منهجية التراسل الاداري.pptx
 
PPT SEMINAR HASIL PRODI BAHASA DAN SASTRA ARAB RADA ISDA SARI
PPT SEMINAR HASIL PRODI BAHASA DAN SASTRA ARAB RADA ISDA SARIPPT SEMINAR HASIL PRODI BAHASA DAN SASTRA ARAB RADA ISDA SARI
PPT SEMINAR HASIL PRODI BAHASA DAN SASTRA ARAB RADA ISDA SARI
 
أهمية تعليم البرمجة للأطفال في العصر الرقمي.pdf
أهمية تعليم البرمجة للأطفال في العصر الرقمي.pdfأهمية تعليم البرمجة للأطفال في العصر الرقمي.pdf
أهمية تعليم البرمجة للأطفال في العصر الرقمي.pdf
 
مدخل الى مجال المقاربات البيداغوجية .pdf
مدخل الى مجال المقاربات البيداغوجية .pdfمدخل الى مجال المقاربات البيداغوجية .pdf
مدخل الى مجال المقاربات البيداغوجية .pdf
 
تطبيقات الواقع المعزز في التعليم والتعلم.pdf
تطبيقات الواقع المعزز في التعليم والتعلم.pdfتطبيقات الواقع المعزز في التعليم والتعلم.pdf
تطبيقات الواقع المعزز في التعليم والتعلم.pdf
 

Dart ( 1 )