WordPress Posts – Flutter App Template

Overview

WordPress Posts is a Flutter Application for WordPress. It has an awesome user interface and experiences. Works for both Android and iOS. It uses official WordPress REST API. It also includes Firebase Push Notifications and Google AdMob.

Description

Features

  1. Featured Post
  2. Post by Category
  3. Dynamic image for Category
  4. Favourite, Share, Comment, Search
  5. Settings, Navigation Drawer Menu
  6. Infinite Scroll
  7. Firebase Push Notification
  8. Google AdMob

Requirements

  1. Install Visual Studio Code
  2. Install Xcode
  3. Install Android Studio with latest Android SDK, Android SDK Platform Tools, and
  4. Android SDK Build Tools
  5. Install latest Flutter SDK
  6. Install latest Dart SDK

Note: Android Studio is not required if using Visual Studio Code

Instructions

Using Visual Studio Code:

  1. Open Project in Visual Studio Code from File -> Open (Select project folder)
  2. Open pubspec.yaml file which is located in root directory, and click Get Packages
  3. Now, it’s ready to run the project

Using Android Studio:

  1. Open Project in Android Studio from Open an existing Android Studio project
  2. If device is not shown in Flutter Device Selection dropdown, go to File -> Project
  3. Structure and select latest Project SDK e.g. Android API 28 Platform
  4. Open pubspec.yaml file which is located in root directory, and click Packages get
  5. Now, it’s ready to run the project

Related