Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mymakarim authored Apr 21, 2020
1 parent b3c4053 commit 20bda5e
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Flutter Wordpress

[pub.dev](https://pub.dev/packages/flutter_wordpress)

This library uses [WordPress REST API V2](https://developer.wordpress.org/rest-api/) to provide a way for your application to interact with your WordPress website.

[Tutorial - by Ritesh Sharma](https://medium.com/flutter-community/building-flutter-apps-with-wordpress-backend-part-1-e56414a4a79b)
Expand All @@ -21,7 +23,7 @@ For authentication and usage of administrator level REST APIs, you need to use e

#### First:

Find your pubspec.yaml in the root of your project and add flutter_wordpress: ^0.1.4 under dependencies:
Find your pubspec.yaml in the root of your project and add flutter_wordpress: ^0.2.0 under dependencies:

#### Second:

Expand Down Expand Up @@ -273,3 +275,11 @@ Future<void> deleteComment({@required int id}) async {
## Future Work

1. Implementing OAuth 2.0 authentication.

## Contributors

- [Sachin Ganesh](https://github.com/SachinGanesh)
- [Yahya Makarim](https://github.com/ymakarim)
- [Suraj Shettigar](https://github.com/SurajShettigar)
- [Harm-Jan Roskam](https://github.com/harmjanr)
>>>>>>> master

0 comments on commit 20bda5e

Please sign in to comment.