/wp-ichabod

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

Primary LanguageDartGNU General Public License v3.0GPL-3.0

A WordPress client for Flutter

For help getting started with Flutter, view Flutter online documentation.

To configure to build iOS apps follow instructions here.

Steps

Clone repository.

Update urWebsiteUrl in lib/src/config.dart to your WordPress URL.

Open Terminal.

Run flutter packages get in your project folder.

Go to ios/.

Run pod install.

Run open Runner.workspace to open Xcode to configure your provisioning profile and build your app. See here.