flutterImageExtensions top-level constant
Common image file extensions supported by Flutter.
Implementation
const Set<String> flutterImageExtensions = <String>{
'.png',
'.jpg',
'.jpeg',
'.webp',
'.gif',
'.bmp',
// cspell: ignore wbmp
'.wbmp',
};