forked from macosui/macos_window_utils.dart
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpubspec.yaml
30 lines (26 loc) · 851 Bytes
/
pubspec.yaml
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
name: macos_window_utils
description:
macos_window_utils is a Flutter package that provides a set of methods for
modifying the NSWindow of a Flutter application on macOS.
version: 1.5.0
repository: https://github.com/Adrian-Samoticha/macos_window_utils.dart
environment:
sdk: '>=2.18.5 <4.0.0'
flutter: ">=3.7.0"
dependencies:
flutter:
sdk: flutter
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^3.0.1
# The following section is specific to Flutter.
flutter:
# This section identifies this Flutter project as a plugin project.
# The 'pluginClass' and Android 'package' identifiers should not ordinarily
# be modified. They are used by the tooling to maintain consistency when
# adding or updating assets for this project.
plugin:
platforms:
macos:
pluginClass: MacOSWindowUtilsPlugin