mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 13:58:47 +00:00
Pin window_size and menubar (#1398)
This commit is contained in:
@@ -2,3 +2,7 @@ include: ../../analysis_options.yaml
|
|||||||
|
|
||||||
analyzer:
|
analyzer:
|
||||||
exclude: [lib/src/**.g.dart]
|
exclude: [lib/src/**.g.dart]
|
||||||
|
|
||||||
|
linter:
|
||||||
|
rules:
|
||||||
|
sort_pub_dependencies: true
|
||||||
|
|||||||
@@ -21,14 +21,16 @@ dependencies:
|
|||||||
git:
|
git:
|
||||||
url: https://github.com/google/flutter-desktop-embedding.git
|
url: https://github.com/google/flutter-desktop-embedding.git
|
||||||
path: plugins/menubar
|
path: plugins/menubar
|
||||||
window_size:
|
ref: 12decbe0f592e14e03223f6f2c0c7e0e2dbd70a1
|
||||||
git:
|
|
||||||
url: https://github.com/google/flutter-desktop-embedding.git
|
|
||||||
path: plugins/window_size
|
|
||||||
provider: ^6.0.2
|
provider: ^6.0.2
|
||||||
transparent_image: ^2.0.0
|
transparent_image: ^2.0.0
|
||||||
url_launcher: ^6.1.1
|
url_launcher: ^6.1.1
|
||||||
uuid: ^3.0.5
|
uuid: ^3.0.5
|
||||||
|
window_size:
|
||||||
|
git:
|
||||||
|
url: https://github.com/google/flutter-desktop-embedding.git
|
||||||
|
path: plugins/window_size
|
||||||
|
ref: 12decbe0f592e14e03223f6f2c0c7e0e2dbd70a1
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
async: ^2.8.2
|
async: ^2.8.2
|
||||||
|
|||||||
@@ -2,3 +2,7 @@ include: ../../analysis_options.yaml
|
|||||||
|
|
||||||
analyzer:
|
analyzer:
|
||||||
exclude: [lib/src/**.g.dart]
|
exclude: [lib/src/**.g.dart]
|
||||||
|
|
||||||
|
linter:
|
||||||
|
rules:
|
||||||
|
sort_pub_dependencies: true
|
||||||
|
|||||||
@@ -20,6 +20,7 @@ dependencies:
|
|||||||
git:
|
git:
|
||||||
url: https://github.com/google/flutter-desktop-embedding.git
|
url: https://github.com/google/flutter-desktop-embedding.git
|
||||||
path: plugins/menubar
|
path: plugins/menubar
|
||||||
|
ref: 12decbe0f592e14e03223f6f2c0c7e0e2dbd70a1
|
||||||
provider: ^6.0.2
|
provider: ^6.0.2
|
||||||
transparent_image: ^2.0.0
|
transparent_image: ^2.0.0
|
||||||
url_launcher: ^6.1.1
|
url_launcher: ^6.1.1
|
||||||
@@ -28,6 +29,7 @@ dependencies:
|
|||||||
git:
|
git:
|
||||||
url: https://github.com/google/flutter-desktop-embedding.git
|
url: https://github.com/google/flutter-desktop-embedding.git
|
||||||
path: plugins/window_size
|
path: plugins/window_size
|
||||||
|
ref: 12decbe0f592e14e03223f6f2c0c7e0e2dbd70a1
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
async: ^2.8.2
|
async: ^2.8.2
|
||||||
|
|||||||
Reference in New Issue
Block a user