Add pdf rendering

This commit is contained in:
2023-02-22 18:26:07 +01:00
parent 8f467968b0
commit 1a13dc8710
8 changed files with 189 additions and 17 deletions

View File

@@ -51,7 +51,7 @@ class _MyHomePageState extends State<MyHomePage> {
),
);
} else if (snapshot.hasError) {
return const Icon(Icons.error);
return Text(snapshot.error.toString());
} else {
return const CircularProgressIndicator();
}