๐Ÿ“ฆ techouse / alfred-stackoverflow

๐Ÿ“„ pubspec.yaml ยท 33 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
33name: alfred_so
description: Search for answers on StackOverflow from Alfred

# Prevent accidental publishing to pub.dev.
publish_to: 'none'

version: 1.1.0

environment:
  sdk: '>=3.2.0 <4.0.0'

dependencies:
  args: ^2.4.2
  alfred_workflow: ^0.6.1
  autoequal: ^0.9.1
  cli_script: ^1.0.0
  crypto: ^3.0.3
  collection: ^1.18.0
  envied: ^0.5.3
  equatable: ^2.0.5
  html_unescape: ^2.0.0
  http: ^1.1.2
  json_annotation: ^4.8.1
  path: ^1.9.0
  stash: ^5.0.3

dev_dependencies:
  autoequal_gen: ^0.9.1
  build_runner: ^2.4.7
  envied_generator: ^0.5.3
  json_serializable: ^6.7.1
  lints: ^3.0.0