๐Ÿ“ฆ techouse / alfred_workflow

๐Ÿ“„ pubspec.yaml ยท 45 lines
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
33
34
35
36
37
38
39
40
41
42
43
44
45name: alfred_workflow
description: A helper library in Dart for authors of workflows for Alfred.
version: 1.2.2
repository: https://github.com/techouse/alfred_workflow
homepage: https://techouse.github.io/alfred_workflow/
documentation: https://pub.dev/documentation/alfred_workflow/latest/

platforms:
  macos:

environment:
  sdk: ^3.9.0

dependencies:
  equatable_annotations: ^1.3.0
  collection: ^1.19.1
  copy_with_extension: ^11.0.0
  crypto: ^3.0.7
  equatable: ^2.0.7
  file: ^7.0.1
  http: ^1.6.0
  json_annotation: ^4.9.0
  meta: ^1.17.0
  path: ^1.9.1
  plist_parser: ^0.2.6
  pub_semver: ^2.2.0
  stash: ^5.2.0
  stash_file: ^5.2.0

dev_dependencies:
  equatable_gen: ^1.3.0
  build_runner: ^2.10.4
  build_verify: ^3.1.1
  copy_with_extension_gen: ^11.0.0
  faker: ^2.2.0
  json_serializable: ^6.11.3
  lints: ^6.0.0
  mockito: ^5.6.1
  test: ^1.28.0
  data_fixture_dart: ^3.0.0

topics:
  - alfred
  - macos