forked from MihMihai/alice-enhanced
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
42 lines (37 loc) · 969 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
31
32
33
34
35
36
37
38
39
40
41
42
name: alice
description: Alice is an HTTP Inspector tool which helps debugging http requests. It catches and stores http requests and responses, which can be viewed via simple UI.
version: 0.6.5
#author: Jakub Homlala <jhomlala@gmail.com>
homepage: https://github.com/jhomlala/alice
environment:
sdk: ">=3.0.0 <4.0.0"
flutter: ">=3.3.0"
dependencies:
flutter:
sdk: flutter
http: ^1.2.1
dio: ^5.4.3+1
flutter_local_notifications: ">=17.0.1 <19.0.0"
rxdart: ^0.28.0
path_provider: ^2.1.3
permission_handler: ^11.3.1
package_info_plus: ^8.0.0
open_filex: ^4.4.0
sensors_plus: ^6.0.0
share_plus: ^10.0.0
chopper: ^8.0.0
collection: ^1.18.0
url_launcher: ^6.2.6
dev_dependencies:
very_good_analysis: ^6.0.0
cider: ^0.2.8
flutter:
plugin:
platforms:
android:
package: com.jhomlala.alice
pluginClass: AlicePlugin
ios:
pluginClass: AlicePlugin
macos:
pluginClass: AlicePlugin