0

Its showing on my github but not showing on pub.dev why?

github link https://github.com/erayhamurlu/onboarding_plus

pub.dev link https://pub.dev/packages/onboarding_plus

i hope someone show me i think it is a generic problem.

Eray Hamurlu
  • 657
  • 7
  • 9

1 Answers1

1

You need to change the image path, change this:

https://github.com/erayhamurlu/onboarding_plus/blob/main/screenshot1.png

to

https://github.com/erayhamurlu/onboarding_plus/raw/main/screenshot1.png

you need to replace blob to raw in your path. Do this for all three pictures.

eamirho3ein
  • 16,619
  • 2
  • 12
  • 23