Getting error in test mode

Dzień dobry! Dzisiaj napotkałem taki błąd:

88 packages have newer versions incompatible with dependency constraints.
Try `flutter pub outdated` for more information.
Launching lib/main.dart on Web Server in debug mode...
Waiting for connection from debug service on Web Server...      
lib/account_create/create3lert/create3lert_widget.dart:883:44: Error: The method 'wrapInMaterialDatePickerTheme' isn't defined for the class '_Create3lertWidgetState'.
 - '_Create3lertWidgetState' is from 'package:aplikacja_3_l_e_r_t/account_create/create3lert/create3lert_widget.dart' ('lib/account_create/create3lert/create3lert_widget.dart').
Try correcting the name to the name of an existing method, or defining a method named 'wrapInMaterialDatePickerTheme'.
                                    return wrapInMaterialDatePickerTheme(
                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Waiting for connection from debug service on Web Server...         53.9s
Failed to compile application.

Wczoraj aplikacja uruchamiała się normalnie - bez żadnych błędów. Jestem początkujący we Flutter więc jeśli to jakaś błachostka to wybaczcie 😞

4 replies