gejivi2011
gejivi2011

Reputation: 43

Flutter warning line never hidden

I am still a beginner on Flutter, I don't understand why the warning lines still visible, there is no code yet, even when I tried to fill this screen, that's lines still visible

enter image description here

Upvotes: 1

Views: 2642

Answers (1)

Rashid Wassan
Rashid Wassan

Reputation: 764

Hover mouse cursor on code & it will let you know what is causing the line to appear. Please share that message here. Use snake_case for naming source files, like: main_screen.dart, splash_screen.dart, or home.dart. Keep caps lower and use underscores to separate words.

Upvotes: 6

Related Questions