Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR DART

convert string to file flutter

Container(
     decoration: BoxDecoration(
         image: DecorationImage(
              image: FileImage(File(path))
         )
    )
)
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #convert #string #file #flutter
ADD COMMENT
Topic
Name
7+1 =