I found that the problem was due to the lack of Functions functions = Functions();`in the ``main.dart file Fixed the errors now everything works correctly.
Functions functions = Functions();
Commented