Skip to content

Commit

Permalink
Add bitsdojo window dependancy with crash fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alesimula committed Apr 12, 2022
1 parent f798b7a commit 09cb6fb
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 16 deletions.
40 changes: 25 additions & 15 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -34,37 +34,47 @@ packages:
bitsdojo_window:
dependency: "direct main"
description:
name: bitsdojo_window
url: "https://pub.dartlang.org"
source: hosted
path: bitsdojo_window
ref: master
resolved-ref: "7e8d5b25e68915a80499edd50f4bc11a9c42ffc4"
url: "https://github.com/alesimula/bitsdojo_window.git"
source: git
version: "0.1.1+1"
bitsdojo_window_linux:
dependency: transitive
description:
name: bitsdojo_window_linux
url: "https://pub.dartlang.org"
source: hosted
path: bitsdojo_window_linux
ref: master
resolved-ref: "7e8d5b25e68915a80499edd50f4bc11a9c42ffc4"
url: "https://github.com/alesimula/bitsdojo_window.git"
source: git
version: "0.1.1"
bitsdojo_window_macos:
dependency: transitive
description:
name: bitsdojo_window_macos
url: "https://pub.dartlang.org"
source: hosted
path: bitsdojo_window_macos
ref: master
resolved-ref: "7e8d5b25e68915a80499edd50f4bc11a9c42ffc4"
url: "https://github.com/alesimula/bitsdojo_window.git"
source: git
version: "0.1.0"
bitsdojo_window_platform_interface:
dependency: transitive
description:
name: bitsdojo_window_platform_interface
url: "https://pub.dartlang.org"
source: hosted
path: bitsdojo_window_platform_interface
ref: master
resolved-ref: "7e8d5b25e68915a80499edd50f4bc11a9c42ffc4"
url: "https://github.com/alesimula/bitsdojo_window.git"
source: git
version: "0.1.0"
bitsdojo_window_windows:
dependency: transitive
description:
name: bitsdojo_window_windows
url: "https://pub.dartlang.org"
source: hosted
path: bitsdojo_window_windows
ref: master
resolved-ref: "7e8d5b25e68915a80499edd50f4bc11a9c42ffc4"
url: "https://github.com/alesimula/bitsdojo_window.git"
source: git
version: "0.1.0"
boolean_selector:
dependency: transitive
Expand Down
7 changes: 6 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,12 @@ dependencies:
synchronized: ^3.0.0
provider: ^6.0.0
system_theme: ^1.0.1
bitsdojo_window: ^0.1.1+1
bitsdojo_window: #^0.1.1+1
git:
# Credits to bufan22 for fixing errors with new Windows versions
url: https://github.com/alesimula/bitsdojo_window.git
path: bitsdojo_window
ref: master
flutter_acrylic: ^1.0.0+1
url_strategy: ^0.2.0
yaml: ^3.1.0
Expand Down

0 comments on commit 09cb6fb

Please sign in to comment.