-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpubspec.yaml
41 lines (36 loc) · 946 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
name: wordpress_client
description: A library to interact with the Wordpress REST API. Supports most of the common endpoints and all of the CRUD operations on the endpoints.
version: 8.5.4
topics:
- wordpress
- parallel
- crud
- rest
homepage: https://github.com/ArunPrakashG/wordpress_client
repository: https://github.com/ArunPrakashG/wordpress_client
documentation: https://github.com/ArunPrakashG/wordpress_client/wiki
issue_tracker: https://github.com/ArunPrakashG/wordpress_client/issues
platforms:
android:
ios:
linux:
macos:
web:
windows:
funding:
- https://www.buymeacoffee.com/arunprakashg
environment:
sdk: ">=3.0.0 <4.0.0"
dev_dependencies:
temp_mail_gen: ^2.0.0
test: ^1.24.5
personal_flutter_lints:
git:
url: https://github.com/ArunPrakashG/personal_flutter_lints.git
ref: main
dependencies:
collection: ^1.18.0
dio: ^5.6.0
http_parser: ^4.0.2
meta: ^1.12.0
path: ^1.8.3