We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 186a484 commit 324f247Copy full SHA for 324f247
using_http_get/lib/main.dart
@@ -17,7 +17,7 @@ class MyGetHttpData extends StatefulWidget {
17
18
// Create the state for our stateful widget
19
class MyGetHttpDataState extends State<MyGetHttpData> {
20
- final String url = "https://swapi.co/api/people";
+ final String url = "https://swapi.dev/api/people";
21
List data;
22
23
// Function to get the JSON data
0 commit comments