Skip to content

Instantly share code, notes, and snippets.

@ialameh
Created July 8, 2020 00:51
Show Gist options
  • Save ialameh/09275311681e89d49ae161013d8c74e6 to your computer and use it in GitHub Desktop.
Save ialameh/09275311681e89d49ae161013d8c74e6 to your computer and use it in GitHub Desktop.
void main() {
String iconName(String filename) => "${filename.split('.').last}.png";
print(iconName('program.exe'));
print(iconName('document.pdf'));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment