squash pdf export + storage permissions

This commit is contained in:
2022-10-31 18:29:58 +00:00
parent 84eef41996
commit 004b7166f7
13 changed files with 207 additions and 31 deletions

View File

@ -34,7 +34,9 @@ class _AllNotesPageState extends State<AllNotesPage> {
IconMaterialButton(
icon: const Icon(Icons.picture_as_pdf_outlined),
color: const Color.fromRGBO(255, 255, 255, .85),
onPressed: () {},
onPressed: () async {
// todo implement pdf import
},
),
IconMaterialButton(
icon: const Icon(Icons.search),