gskinnerTeam / flutter-folio

A platform adaptive Flutter app for desktop, mobile and web.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Duplicate static functions in _utils

AdrianSima opened this issue · comments

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?

commented

Just an oversight, thanks! It has been removed.