nisrulz / flutter-examples

[Examples] Simple basic isolated apps, for budding flutter devs.
https://nisrulz.com/flutter-examples/
Apache License 2.0
6.91k stars 1.66k forks source link

sample 'using_http_get' is not working #48

Closed rollrat closed 1 year ago

rollrat commented 4 years ago

https://github.com/nisrulz/flutter-examples/blob/master/using_http_get/lib/main.dart The URL (https://swapi.co/api/people) doesn't seem to be normal.

lxjIDEA commented 4 years ago

good

nisrulz commented 4 years ago

The api was shutdown.

I see a new one has been put online: https://swapi.dev/

Will make this change and fix it.

nisrulz commented 1 year ago

Fixed.