https://github.com/ziadasem/tafeel
https://github.com/ziadasem/tafeel
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ziadasem/tafeel
- Owner: ziadasem
- Created: 2023-12-06T18:37:47.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-06T19:43:46.000Z (about 2 years ago)
- Last Synced: 2025-01-10T20:17:01.323Z (about 1 year ago)
- Language: Dart
- Size: 812 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Users Display Application -Tafeel
an example for APIs integration, scroll to get new pages and testing.
### Architecture
this project follows patterns of MVVM, where views (screens and their widgets) are in views folder and controlled by users_provider (VM) which featchs data from User services repo.
a User services object is passed to user_provider to allow passing a Mock User services object for sake of testing.
Users provider using notifyListeners() to refresh the screens.
### Next sprint
1- integrate with a new API for searching for users instead of searching inside local storage
2- make the GetUser API returns more data