atiqsamtia / WordPress-App-with-Flutter

Fully Functional IOS/Android App for WordPress Website with Flutter
175 stars 85 forks source link
android android-app blog flutter flutter-app ios ios-app news wordpress wordpress-website

WordPress App with Flutter

IOS/Android Native App for WordPress Website/Blog built using Flutter. No additional Plugins required for WordPress.

Built for DevFest Lahore 2019 Workshop

Demo

Download 64Bit Download 64Bit

Prerequisites

These are he requirements to run this App

Getting Started

clone this repo

git clone https://github.com/atiqsamtia/WordPress-App-with-Flutter.git wordpress_flutter

Change TITLE and URL according to your website in lib/config.dart file.

Update dependencies

flutter packages get

Run App with this command

flutter run

It is that simple.

Features

Meta

Atiq Samtia– @AtiqSamtia – me@atiqsamtia.com

Distributed under the GPL3 license.

https://github.com/atiqsamtia/WordPress-App-with-Flutter

Contributing

  1. Fork it (https://github.com/atiqsamtia/WordPress-App-with-Flutter/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request