Skip to content

tanmayvaij/dypiu_dart_practicals

Repository files navigation

Dart Assignments

Dart


Sr. No. Assignments Link
1 Check if a number is even or odd Link
2 Convert all characters of a string to uppercase or lowercase Link
3 Convert a string to DateTime and DateTime to ISO8601 string Link
4 Replace all lowercase vowels in a string with * Link
5 Pad a string on the left or right Link
6 Create a random integer, double or a boolean in dart using Random class Link
7 Replace a part of a string (using built in string class) Link
8 Check if a string ends or starts with a substring Link
9 Demonstrate types of strings with examples Link
10 Remove extra white spaces at the end of the string or at the start of the string Link
11 Get the ASCII value of a character in dart Link
12 Find the sum of all dart list elements Link
13 Find the largest, smallest number in dart list Link
14 Find the factorial of a number recursively Link
15 Replace characters of strings using regular expressions. Link
16 Remove the last character and print out the result string. Link
17 Set the age of the student using instance method Link
18 Capitalize the first character of a string Link
19 Concatenate string with an integer Link
20 Check for any or every element in a list to satisfy a given condition Link
21 Check if a list contains a specific element or not Link
22 Check if a list is empty or not Link
23 Check if a year is leap year or not Link
24 Find the remainder using remainder() method Link
25 Menu driven program to 1. convert a string to double 2. find the length of a string in Dart 3. convert hexadecimal to integer Link
26 Reverse a list Link
27 Convert degree to radian and vice versa Link
28 Menu driven Dart program: 1. to change single or multiple list item 2. to insert items to a list in dart 3. to remove items from a dart list Link
29 Swap two user given numbers Link
30 Check if a string contains a number in Dart Link
31 Get the current date-time in Dart Link
32 Find the absolute value of a number, round a number to its nearest value, find the hash value of a string Link
33 Multiply strings Link

About

College lab assignments of dart programming language

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages