mirror of
https://github.com/Auties00/Reboot-Launcher.git
synced 2026-01-14 03:32:23 +01:00
Made build portable
This commit is contained in:
31
dependencies/bitsdojo_window-0.1.5/pubspec.yaml
vendored
Normal file
31
dependencies/bitsdojo_window-0.1.5/pubspec.yaml
vendored
Normal file
@@ -0,0 +1,31 @@
|
||||
name: bitsdojo_window
|
||||
description: A package to help with creating custom windows with Flutter desktop (custom border, titlebar and minimize/maximize/close buttons) and common desktop window operations (show/hide/position on screen) for Windows and macOS
|
||||
version: 0.1.5
|
||||
homepage: https://www.bitsdojo.com
|
||||
repository: https://github.com/bitsdojo/bitsdojo_window
|
||||
|
||||
environment:
|
||||
sdk: ">=2.17.0 <3.0.0"
|
||||
flutter: ">=1.20.0"
|
||||
|
||||
flutter:
|
||||
plugin:
|
||||
platforms:
|
||||
windows:
|
||||
default_package: bitsdojo_window_windows
|
||||
macos:
|
||||
default_package: bitsdojo_window_macos
|
||||
linux:
|
||||
default_package: bitsdojo_window_linux
|
||||
|
||||
dependencies:
|
||||
flutter:
|
||||
sdk: flutter
|
||||
bitsdojo_window_platform_interface: ^0.1.2
|
||||
#path: ../bitsdojo_window_platform_interface
|
||||
bitsdojo_window_windows: ^0.1.5
|
||||
#path: ../bitsdojo_window_windows
|
||||
bitsdojo_window_macos: ^0.1.3
|
||||
#path: ../bitsdojo_window_macos
|
||||
bitsdojo_window_linux: ^0.1.3
|
||||
#path: ../bitsdojo_window_linux
|
||||
Reference in New Issue
Block a user