Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hooshyar/Flutter-Wordpress-Client

Flutter ios/android app to get posts from Wordpress Rest Api
https://github.com/hooshyar/Flutter-Wordpress-Client

dart flutter flutter-apps flutter-examples

Last synced: about 2 months ago
JSON representation

Flutter ios/android app to get posts from Wordpress Rest Api

Awesome Lists containing this project

README

        

# A Wordpress client for Flutter

### This project uses a simple WordPress website as a backend, without any additional plugin.


gif 1 title=
image 2


for more information about WordPress rest API visit https://developer.wordpress.org/rest-api/

For help getting started with Flutter, view Flutter online
[documentation](https://flutter.io/).

I have used this repository:
https://github.com/kbirch/wordpress_client

## Prerequisites

Flutter

Make sure your WordPress version is greater or equal to 4.7

Clone repository
git clone https://github.com/hooshyar/Flutter-Wordpress-Client.git

and open pubspec.yaml

run
flutter packages get

open config.dart and change "https://www.mihrabani.com" to your website address for example if my website is wordpress.com you have to change it to this : "http://www.wordpress.com"
Do not add any additional characters like "/".

to your WordPress website address

run app on a simulator
flutter run

## Roadmap
- [x] Sliver app bar
- [x] Sliver list view
- [x] Connectivity status, if offline pop a message
- [ ] Cache on device
- [x] Pull to refresh
- [x] Global perPage
- [ ] Global theming
- [ ] Setting page
- [x] Provider
- [ ] Splash screen
- [ ] Nice Categories page screen
- [ ] real time clap button like Medium
- [ ] Share and fav buttons