News

final int randomId = Random().nextInt(100) + 1; final url = Uri.parse('https://jsonplaceholder.typicode.com/posts/$randomId'); try { final response = await http.get ...