-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
32 lines (27 loc) · 781 Bytes
/
pubspec.yaml
File metadata and controls
32 lines (27 loc) · 781 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
32
name: flutter_get_app_group_directory
description: "A Flutter plugin for iOS and macOS that resolves the shared container directory for an App Group."
version: 1.0.0
repository: https://github.com/MyLittleSuite/flutter_get_app_group_directory
issue_tracker: https://github.com/MyLittleSuite/flutter_get_app_group_directory/issues
homepage: https://www.mylittlesuite.com
environment:
sdk: ">=3.0.0 <4.0.0"
flutter: ">=3.0.0"
platforms:
ios:
macos:
dependencies:
flutter:
sdk: flutter
plugin_platform_interface: ^2.0.2
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^6.0.0
flutter:
plugin:
platforms:
ios:
pluginClass: FlutterGetAppGroupDirectoryPlugin
macos:
pluginClass: FlutterGetAppGroupDirectoryPlugin