I am getting red lines under my flutter code but the code is perfectly functioning and there is no error
I suggest you try in terminal running three commands
flutter doctor
flutter clean
flutter pub get
I suggest you try in terminal running three commands
flutter doctor
flutter clean
flutter pub get
Comment