Quantcast
Channel: Recent Questions - Stack Overflow
Viewing all articles
Browse latest Browse all 12111

string array to normal array with double quotes in dart (flutter)

$
0
0

i have this

String stringArray = "[folder/1.png,folder/2.png,folder/3.png]";

this is what i want

List array = ["folder/1.png","folder/2.png","folder/3.png"]

converting to this

List array = ["folder/1.png","folder/2.png","folder/3.png"]

Viewing all articles
Browse latest Browse all 12111

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>