Skip to content

Commit

Permalink
Removed unnecessary msix config
Browse files Browse the repository at this point in the history
  • Loading branch information
Gold872 committed Dec 10, 2023
1 parent aaf2865 commit 48bbccf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 65 deletions.
56 changes: 0 additions & 56 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "2.0.8"
archive:
dependency: transitive
description:
name: archive
sha256: "7b875fd4a20b165a3084bd2d210439b22ebc653f21cea4842729c0c30c82596b"
url: "https://pub.dev"
source: hosted
version: "3.4.9"
args:
dependency: transitive
description:
Expand Down Expand Up @@ -161,14 +153,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "2.0.3"
cli_util:
dependency: transitive
description:
name: cli_util
sha256: b8db3080e59b2503ca9e7922c3df2072cf13992354d5e944074ffa836fba43b7
url: "https://pub.dev"
source: hosted
version: "0.4.0"
clock:
dependency: transitive
description:
Expand All @@ -193,14 +177,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "1.18.0"
console:
dependency: transitive
description:
name: console
sha256: e04e7824384c5b39389acdd6dc7d33f3efe6b232f6f16d7626f194f6a01ad69a
url: "https://pub.dev"
source: hosted
version: "4.1.0"
contextmenu:
dependency: "direct main"
description:
Expand Down Expand Up @@ -440,14 +416,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "3.2.0"
get_it:
dependency: transitive
description:
name: get_it
sha256: f79870884de16d689cf9a7d15eedf31ed61d750e813c538a6efb92660fea83c3
url: "https://pub.dev"
source: hosted
version: "7.6.4"
github:
dependency: "direct main"
description:
Expand Down Expand Up @@ -504,14 +472,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "4.0.2"
image:
dependency: transitive
description:
name: image
sha256: "028f61960d56f26414eb616b48b04eb37d700cbe477b7fb09bf1d7ce57fd9271"
url: "https://pub.dev"
source: hosted
version: "4.1.3"
import_sorter:
dependency: "direct main"
description:
Expand Down Expand Up @@ -632,14 +592,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "1.0.1"
msix:
dependency: "direct dev"
description:
name: msix
sha256: "519b183d15dc9f9c594f247e2d2339d855cf0eaacc30e19b128e14f3ecc62047"
url: "https://pub.dev"
source: hosted
version: "3.16.7"
nested:
dependency: transitive
description:
Expand Down Expand Up @@ -776,14 +728,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "2.1.7"
pointycastle:
dependency: transitive
description:
name: pointycastle
sha256: "7c1e5f0d23c9016c5bbd8b1473d0d3fb3fc851b876046039509e18e0c7485f2c"
url: "https://pub.dev"
source: hosted
version: "3.7.3"
pool:
dependency: transitive
description:
Expand Down
10 changes: 1 addition & 9 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^3.0.1
msix: ^3.16.1
mockito: ^5.4.2
build_runner: ^2.4.6

Expand All @@ -62,11 +61,4 @@ flutter:
- assets/fields/

import_sorter:
comments: false

msix_config:
display_name: Elastic
publisher_display_name: Gold872
logo_path: windows/logo.png
icons_background_color: transparent
languages: en-us
comments: false

0 comments on commit 48bbccf

Please sign in to comment.