Flutter Asset Image

preview_player
Показать описание
See how to display an image in your flutter app using a local image file included in your codebase.

#flutter #flutterwidgets
Рекомендации по теме
Комментарии
Автор

If the path is specified in the pubspec.yaml, why then must we specify the path in Image.asset? Seems unless going outside the established path in pubspec, one could just use Image.asset('rocket.jpg') ???

CalibrationExtreme