Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR DART

flutter images

// Update the pubspec.yaml file.
assets:  
    - assets/tablet.png  
    - assets/background.png  
    
Image.asset('assets/tablet.png'),  

// Display images from the internet
Image.network(  
  'https://picsum.photos/250?image=9',  
)  
Source by www.javatpoint.com #
 
PREVIOUS NEXT
Tagged: #flutter #images
ADD COMMENT
Topic
Name
1+9 =