-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request
Description
- what is dart lang
- history
- setup
- ide
- dartpad
- basic start with print
- How to declare variables
- String , int, double type
- Sample 1 : sum two numbers and assignto string value
- Sample 2: show string side by side
- var
- final
- const
- static
- Sample2: Calculate basket total value then mulitply with constant
- if else else if
- switch case
- operator ++,-,
- Sample3: Control user money if money bigger then 100, you could say 'rich' otherwise say it 'poor'
- Sampe4: Bank credit calculation if user select first muliplty 1x etc.
- List, Generic List, Lıst generate, ...,
- Map, key value etc
- Sample 5: Calculute 10 users money
- Functıon
- compute
- paramater
- void,return
- optionel required default
- sampl6 : write user dept calculator (total money and dept wıll be return resutl)
- Class
- Cosntuctor, factory consutroctor
- singleton
- Nullable veriable
- normal varibale
- Sample7: Create user class with money, name id and show name method
- Method ovveride toString and ==
- extension
- mixin
- abstact class
- extend
- enum, name
- implement
- Sample8 : Craetea admin user normal user and super user, super user have some other operatıons. create product user1
- as is is!
- assigment operators
- condintial expreison
- casecade notion .. ?..
- Sample 8.1: Control user is it valid?
- List operation where
- delete
- single where
- contains
- any
- map
- Map Entry
- join
- expend
- addAll
- Sample 9: where is my special cat id 11
- Sample 10: do you have red?
- Sampl11: how can i fetch only my child from parents
- Sample12: Remove od from list with 100 items
- Encapsulatıon
- Polymorphism
- Solid
- Single Responsibility Principle (SRP), Open closed Principle (OSP), Liskov substitution Principle (LSP), Interface Segregation Principle (ISP), and Dependency Inversion Principle (DIP
- Sampe13: Wrıte first user manager with clean princibles
- Future
- Future.all , any etc.
- Sync
- Stream
- event loop
- sample 14: Write first delayed function
- sample 15: First stream objet listener
- try catch finally
- assert
- exceptions
- sample16: control to value right and is it has any problem
- Generic
- Restrict prramtertry class extends A
- typdesf
- metadete
- comments
- Lexical closures nested functions
omerfarukk55, sgokhanbirkin, harunmn, technomrkt, ZgrK and 2 more
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or request