Код: Выделить всё
Future getData() async {
var response = await http.get(
Uri.encodeFull( "http://jalania.com/wp-json/wp/v2/posts" ),
headers: {"Accept": "application/json"});
this.setState(() {
data = JSON.decode(response.body);
});
}
Кто -нибудь знает, как получить доступ к API Woocommerce с Flutter? < /p>
Подробнее здесь: https://stackoverflow.com/questions/497 ... th-flutter
Мобильная версия