gskinnerTeam / flutter-folio

A platform adaptive Flutter app for desktop, mobile and web.
MIT License
3.85k stars 787 forks source link

Duplicate static functions in _utils #38

Closed AdrianSima closed 3 years ago

AdrianSima commented 3 years ago

There's the input_utils.dart with the InputUtils class that has 3 static functions: hideKeyboard(), isMouseConnected() and unFocus() and then there is another file: utils.dart that has the class Utils that has the same 3 static functions plus another one: benchmark(String name, Function() test).

Is there a reason why these are duplicated like this?

esDotDev commented 3 years ago

Just an oversight, thanks! It has been removed.