-
-
Notifications
You must be signed in to change notification settings - Fork 201
Expand file tree
/
Copy pathpubspec.yaml
More file actions
31 lines (27 loc) · 656 Bytes
/
pubspec.yaml
File metadata and controls
31 lines (27 loc) · 656 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
name: macos_ui
description: Flutter widgets and themes implementing the current macOS design language.
version: 2.2.2
homepage: "https://macosui.dev"
repository: "https://github.com/GroovinChip/macos_ui"
environment:
sdk: ">=3.9.2 <4.0.0"
flutter: ">=3.35.0"
dependencies:
flutter:
sdk: flutter
macos_window_utils: ^1.9.0
gradient_borders: ^1.0.2
appkit_ui_element_colors: ^1.0.1
equatable: ^2.0.7
vector_math: ^2.2.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^6.0.0
mocktail: ^1.0.4
flutter:
plugin:
platforms:
macos:
package: dev.macosui.macos_ui
pluginClass: MacOSUiPlugin