Pathing to Images in Flutter Web

Pathing to Images in Flutter Web

In my adventures delving into Flutter for the Web, I came across an odd situation regarding images.

Typically, you would store your images in an "assets" folder, and within this folder an "images" folder. In order to use the images in your Flutter app, you would add this directory to your pubspec...

14th Aug 2024
Using Images in Flutter

Using Images in Flutter

I made a tutorial on how to use Images in a Flutter app. It's a pretty basic thing to do, but still worth understating. I show how to use a local image and a network one.

6th Feb 2024