We are executing "flutter packages pub run build_runner watch –delete-conflicting-outputs"
but it throws a "Invalid argument(s): name shouldn’t end with a ‘.’" error. It was working fine until we upgrade flutter version from 3.3.10 to 3.7.0. The file which throws that exception is "logger.dart"
3
Answers
change your loggin version to "1.1.0" from your pubspec.lock file. then run flutter pub get command
Yes got the same result. Thank you
Maybe you made the same mistake like me.
My error came from using two dots side by side in the file.
For example
change to