From b97a3e2cf574bd79440272ac652ec7dc1bf45e07 Mon Sep 17 00:00:00 2001 From: zontreck Date: Thu, 30 Jan 2025 19:10:24 -0700 Subject: [PATCH] Bump permission_handler --- compile.bat | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/compile.bat b/compile.bat index 0292684..29cce82 100644 --- a/compile.bat +++ b/compile.bat @@ -5,6 +5,6 @@ call flutter build windows mkdir out -call dart compile exe -o out\nbteditor-cli.exe cli/nbtcli.dart +call dart compile exe -o out\nbteditor-cli.exe cli\nbtcli.dart iscc wininst.iss \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 69be028..883164d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -14,12 +14,12 @@ dependencies: libac_dart: hosted: https://git.zontreck.com/api/packages/AriasCreations/pub/ version: ^1.4.012225+0413 - permission_handler: ^11.3.1 cupertino_icons: ^1.0.8 flutter_highlighting: ^0.9.0+11.8.0 flutter_treeview: hosted: https://git.zontreck.com/api/packages/AriasCreations/pub/ version: ^1.1.2 + permission_handler: ^11.3.1 dev_dependencies: flutter_test: