Write and compile a dart program that prints the first 100 prime numbers.
Write a DART program that extracts all words from a phrase. A word is considered to be formed out of letters and numbers. Words are separated one from another with one or multiple spaces or punctuation marks.
Write a dart function that extracts all the numbers from a text. The numbers can be double or int. The program will return the sum of the extracted numbers.
Write a dart function that converts a string of characters written in UppeCamelCase into lowercase_with_underscore.