Search
 
SCRIPT & CODE EXAMPLE
 

DART

dart yaxlitlash

void main() { 
   var a = 2.4; 
   print("The ceiling value of 2.4 = ${a.ceil()}"); 
}  
// Javob 2

void main() { 
   var a = 107.8; 
   print("Javob: ${a.floor()}"); 
} 
// Javob 107
Comment

PREVIOUS NEXT
Code Example
Dart :: how to make list view non scrollable in flutter 
Dart :: options != null "FirebaseOptions cannot be null when creating the default app." 
Dart :: detect os in flutter 
Dart :: dart timer repeat 
Dart :: How to add a circular dot as an indicator in Flutter Tabs? 
Dart :: How can I add shadow to the widget in flutter? 
Dart :: how to add padding flutter 
Dart :: flutter analyze apk size 
Dart :: flutter android x 
Dart :: how to use hexadecimal color in flutter 
Dart :: flutter floatingactionbutton position 
Dart :: underline text flutter color 
Dart :: flutter cut string 
Dart :: flutter image asset 
Dart :: flutter firestore crud 
Dart :: flutter tooltip height 
Dart :: throw error in dart 
Dart :: flutter get platform type 
Dart :: flutter status bar color 
Dart :: Send Form Data in HTTP POST request in Flutter 
Dart :: how to format a date in Dart 
Dart :: flutter datetime 
Dart :: dart pow 
Dart :: flutter future return error 
Dart :: flutter string to date time 
Dart :: data types in flutter 
Dart :: string to timeofday flutter 
Dart :: flutter add icon 
Dart :: select date without time flutter 
Dart :: flutter otp input scrren 
ADD CONTENT
Topic
Content
Source link
Name
7+1 =