mirror of
https://bitbucket.org/FransoletThomas/tablet-app.git
synced 2025-12-06 08:31:19 +00:00
pages per default pdf
This commit is contained in:
parent
edf53f0be0
commit
97bac1b70c
@ -32,7 +32,7 @@ class _PDFViewWidget extends State<PDFViewWidget> {
|
|||||||
int? currentPage = 0;
|
int? currentPage = 0;
|
||||||
bool isReady = false;
|
bool isReady = false;
|
||||||
String errorMessage = '';
|
String errorMessage = '';
|
||||||
ValueNotifier<Map<String, int>> currentState = ValueNotifier<Map<String, int>>({'page': 0, 'total': 0});
|
ValueNotifier<Map<String, int>> currentState = ValueNotifier<Map<String, int>>({'page': 0, 'total': 1});
|
||||||
|
|
||||||
@override
|
@override
|
||||||
void initState() {
|
void initState() {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user