/users

Primary LanguageDart

users

A users/persons list with data from Fakerapi

Implementation notes

  • Fakerapi returns a new set of persons per call. This is used to implement pagination. As a result, new users are shown every refresh.

Known issues

  • Fakerapi returns wrong geo coordinates.
  • Fakerapi returns invalid person images.
  • Fakerapi serves http (not https) links which may fail to load in some configurations since I used an in-app browser for mobile.

Access

Android (APK)

https://github.com/paulocode/users/releases

Web

https://paulocode.github.io/users/

iOS

Clone repository and run flutter run --release

Screenshots

Web

iOS

Android