add pagination

This commit is contained in:
Sai Naw Wun
2020-11-13 02:38:16 +06:30
parent 08c90fce74
commit ca21f48dab
7 changed files with 412 additions and 190 deletions

View File

@@ -20,6 +20,10 @@ abstract class BaseModel extends ChangeNotifier {
this.setting = setting;
}
void notify() {
notifyListeners();
}
void logout() {}
// request makes http request