Kent1011 / client_information

A plugin to get basic information from the client of your Flutter application
https://pub.dev/packages/client_information
MIT License
6 stars 18 forks source link

Edge Chromium check missing #12

Closed DaggeDaggmask closed 1 year ago

DaggeDaggmask commented 1 year ago

RegExp missing check for 'edg' on line 214 (browser = RegExp(r'(edge|edg)', caseSensitive: false).hasMatch(userAgent)).

Kent1011 commented 1 year ago

It has been fixed in version 2.0.4. Thank you.