The Image component is the component that displays an Image. The Flutter application consists of two parts: code and assets. The assets will eventually be packaged in apK’s Assets/Flutter_assets directory, which can be accessed during application execution. We know that flutter uses the pubspec.xml file to configure the dependencies required by the application, as well as image resources.

Common properties of the Image component

Image.network: loads images from the network. Memory: loads images from the memory

Iii. Analysis of the loading process of network pictures:

Juejin. Cn/post / 696514…

Juejin. Cn/post / 684490…

Third party library: Flutter_cacheD_network_image