همه قسمتها مثل استاد رفتم ولی خطا میده
lib/main.dart:214:9: Error: The name of a constructor must match the name of the enclosing class.
const skill({
^^^^^
lib/main.dart:169:19: Error: Couldn't find constructor 'Skill'.
Skill(
اسم کلاس و اسم سازنده باید عینا یکی باشه. در کد شما یکی با S و دیگری با s هست.