HackerNews App

To learn more about this example, visit the Hacker News App page.

The API URL is in api-constants.dart:

Map<String, String> apiConstants = {
"hacker_news": "https://hacker-news.firebaseio.com/v0",
"auth": "https://reqres.in/api"
};

To sign up, use the following credentials:

Email "eve.holt@reqres.in",
Password "pistol"

Your app should look like this: