urlRegExpPattern constant

String const urlRegExpPattern

Implementation

static const urlRegExpPattern =
    r'https?://([\w-]+\.)+[\w-]+(/[\w-./?%&@\$=~#+]*)?';