Add single page viewer

This commit is contained in:
2023-11-28 15:26:52 +08:00
parent bcb08750eb
commit b9259f5086
11 changed files with 359 additions and 17 deletions

View File

@@ -38,7 +38,9 @@ class GalleryBasicInfo extends StatelessWidget {
mainAxisAlignment: MainAxisAlignment.spaceAround,
children: [
ElevatedButton(
onPressed: null,
onPressed: () {
context.push('/gallery/${gMeta.gid}/page/1');
},
child: Text(AppLocalizations.of(context)!.read)),
ElevatedButton(
onPressed: () {