30 lines
734 B
YAML
30 lines
734 B
YAML
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.2.4
|
|
author: Jakub Homlala <jhomlala@gmail.com>
|
|
homepage: https://github.com/jhomlala/alice
|
|
|
|
environment:
|
|
sdk: ">=2.12.0 <3.0.0"
|
|
flutter: ">=1.12.0"
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
http: ^1.2.2
|
|
dio: ^4.0.0
|
|
# flutter_local_notifications: ^9.9.1 # Disabled to avoid build conflicts
|
|
rxdart: ^0.27.1
|
|
|
|
path_provider: ^2.1.5
|
|
permission_handler: ^12.0.0+1
|
|
package_info_plus: 8.3.0
|
|
# open_file: ^3.2.1
|
|
sensors_plus: ^6.1.1
|
|
share_plus: 11.0.0
|
|
chopper: ^8.1.0
|
|
collection: ^1.19.1
|
|
|
|
dev_dependencies:
|
|
lint: ^1.5.3
|