add pagination for pages

This commit is contained in:
tzw
2024-01-24 16:54:08 +06:30
parent 4b9dc7bdc2
commit 0dc32067b8
34 changed files with 399 additions and 2249 deletions

View File

@@ -36,7 +36,7 @@ class App extends StatefulWidget {
final String title;
const App({super.key, required this.title});
@override
@override
_AppState createState() => _AppState();
}