Top Quality Products

iniNews – Flutter mobile app for WordPress

$39.00

Added to wishlistRemoved from wishlist 0
Add to compare

11 sales

LIVE PREVIEW

iniNews – Flutter mobile app for WordPress

iniNews Review: A Comprehensive News App for WordPress

I am thrilled to share my review of iniNews, a cutting-edge news app for WordPress developed on the Flutter framework. iniNews is a game-changer for anyone looking to transform their WordPress website into a fully native mobile app for iOS and Android devices. With its impressive UI design and smooth performance, iniNews is sure to satisfy users.

Features

iniNews offers a plethora of features that make it an ideal solution for news app development. Some of the key features include:

  • Compatibility with WordPress sites: iniNews allows you to create the app on both iOS and Android for your WordPress site using the default Rest API from WordPress to synchronize both sides.
  • Instance Synchronization: The data will be updated smoothly and instantly from mobile to the server and vice versa.
  • White-labeling: You can fully customize the app by getting the full source code package, design assets, and free extra API.
  • Flexible Design System: Easy to configure the Homepage, Category, Blog, TabBar, and much more.
  • Advertisement: Supports ads such as Banner and Interstitial through Google AdMob and Facebook Audience Network.
  • Push Notifications: Easy to send notifications to users via OneSignal.
  • Loading Animation & Clean UI: Loading animations are available in all screens, giving users a fluent and smooth experience during data loading time.
  • Pagination: Used infinite scrolling to load unlimited data without any problem and reduce database cost.
  • Pull-to-Refresh: Pull to refresh feature to refresh the contents anytime users want.
  • Html Description: Content description supports images, GIFs, videos, I-frame videos, tables, lists, custom HTML, and CSS designs, etc.
  • Feature Contents: The app can automatically set the featured content without any configuration.
  • Contents by Category/Tag: Users can view posts by Category or Tag.
  • Related Contents: Users can see the related contents inside posts and it becomes attractive, also can generate more pageviews.
  • Custom WebView: Used custom WebView to open any link inside the app like Facebook.
  • Cached Image & Data: Used cache image service to save online images to local database for faster experience.
  • Splash Screen & Onboarding: Welcome screen for new users, just like another professional news app.
  • Categories: Users can view the list of site categories.
  • Search: Users can search contents easily and wrapped with fluid animation.
  • Bookmark: Users can save their favorite contents.
  • RTL Support: Users can view the contents with Right To Left (RTL) layout.
  • Dark Mode: Users can switch the app theme with light or dark mode.
  • In App Update: Users can check app update within the app.
  • In App Review: Users can review the app quickly.
  • App Settings: Users can set the app with their preference.

Conclusion

iniNews is a 100% complete app for production use. Just configure your WordPress site, set up the app, and it will be yours. That’s it. With its impressive features and smooth performance, iniNews is an excellent choice for anyone looking to create a professional news app for their WordPress site.

Score: 0/5 (Not rated yet)

Contact Information

For any query, please contact us.

Email: support@initodev.freshdesk.com

Thanks!

User Reviews

0.0 out of 5
0
0
0
0
0
Write a review

There are no reviews yet.

Be the first to review “iniNews – Flutter mobile app for WordPress”

Your email address will not be published. Required fields are marked *

Introduction

As a WordPress developer or blogger, you're always looking for ways to stay ahead of the game and provide your audience with the latest news and updates. One of the best ways to do this is by integrating your WordPress site with a mobile app that allows users to stay informed on-the-go. iniNews is a popular Flutter-based mobile app that connects your WordPress site with a mobile app, providing a seamless experience for your users.

In this tutorial, we'll walk you through the process of setting up and using the iniNews Flutter mobile app for your WordPress site. By the end of this tutorial, you'll have a fully functional mobile app that keeps your users informed about the latest news and updates from your WordPress site.

Prerequisites

Before we begin, make sure you have the following:

  1. A WordPress site with a valid domain and SSL certificate.
  2. The iniNews plugin installed and activated on your WordPress site.
  3. A basic understanding of Flutter and mobile app development.
  4. A computer with a recent version of Flutter installed.

Step 1: Setting up the iniNews Plugin

To start using the iniNews Flutter mobile app, you need to set up the iniNews plugin on your WordPress site. Here's how:

  1. Log in to your WordPress site's dashboard.
  2. Click on the "Plugins" tab and search for "iniNews".
  3. Click on the "Install Now" button to install the plugin.
  4. Once installed, click on the "Activate" button to activate the plugin.
  5. Configure the plugin settings as desired (e.g., set the API key, choose the categories to display, etc.).

Step 2: Creating a New Flutter Project

To create a new Flutter project, follow these steps:

  1. Open your terminal or command prompt.
  2. Run the following command to create a new Flutter project: flutter create my_ininews_app (replace "my_ininews_app" with your desired app name).
  3. Change into the new project directory: cd my_ininews_app.
  4. Run the following command to get the project set up: flutter pub get.

Step 3: Adding the iniNews Package

To use the iniNews package in your Flutter project, follow these steps:

  1. Open the pubspec.yaml file in your project directory.
  2. Add the following line to the dependencies section: ini_news: ^1.0.0.
  3. Run the following command to get the package: flutter pub get.

Step 4: Configuring the iniNews Package

To configure the iniNews package, follow these steps:

  1. Open the main.dart file in your project directory.
  2. Import the iniNews package: import 'package:ini_news/ini_news.dart';.
  3. Create an instance of the IniNews class: final iniNews = IniNews();.
  4. Set the API key and other settings as desired (e.g., set the categories to display, etc.).

Step 5: Building the Mobile App

To build the mobile app, follow these steps:

  1. Run the following command to build the app: flutter run.
  2. The app will be built and run on your device or emulator.
  3. You can customize the app's design and layout as desired using Flutter's widgets and layouts.

Step 6: Publishing the Mobile App

To publish the mobile app, follow these steps:

  1. Create a keystore file using the Android Studio or Xcode.
  2. Generate a signed APK or IPA file using the keystore file.
  3. Publish the app on the Google Play Store or Apple App Store.

Conclusion

Congratulations! You've successfully set up and used the iniNews Flutter mobile app for your WordPress site. By following this tutorial, you've learned how to connect your WordPress site with a mobile app that provides a seamless experience for your users. With iniNews, you can keep your users informed about the latest news and updates from your WordPress site, and provide a competitive edge in the digital landscape.

Here is an example of how to configure iniNews settings:

App Title

app_title = "iniNews - Flutter Mobile App"

WordPress API Settings

wordpress_api_url = "https://yourwordpresssite.com/wp-json/wp/v2" wordpress_api_username = "your_wordpress_username" wordpress_api_password = "your_wordpress_password" wordpress_api_nonce = "your_wordpress_nonce"

News Feed Settings

news_feed_limit = 20 news_feed_categories = ["category1", "category2"] news_feed_orderby = "date" news_feed_order = "desc"

News Article Settings

news_article_excerpt_length = 100 news_article_image_size = "large" news_article_summary = true

Custom Post Types

custom_post_types = ["post-type1", "post-type2"]

WordPress Debugging

wordpress_debug = false

Firebase Crashlytics Settings

firebase_crashlytics_api_key = "your_firebase_crashlytics_api_key" firebase_crashlytics_app_id = "your_firebase_crashlytics_app_id"

Push Notifications Settings

push_notifications_api_key = "your_push_notifications_api_key" push_notifications_app_id = "your_push_notifications_app_id" push_notifications_priority = "high"

Note: Replace the placeholders (e.g. "yourwordpresssite.com", "your_wordpress_username", etc.) with your actual WordPress site and credentials.

Here are the features of the iniNews app:

  1. Compatible with WordPress site: Create the app on both iOS and Android for your WordPress site using the default Rest API from WordPress to synchronize both sides.
  2. Instance Synchronization: Data is updated smoothly and instantly from mobile to the server and vice versa.
  3. White-labeling: Get the full source code package, design assets, and free extra API to support full custom branding.
  4. Flexible Design System: Easy to configure the Homepage, Category, Blog, TabBar, and more.
  5. Advertisement: Supports ads such as Banner and Interstitial through Google AdMob and Facebook Audience Network.
  6. Push Notifications: Send notifications to users via OneSignal.
  7. Loading Animation & Clean UI: Loading animations are available in all screens for a fluent and smooth experience on data loading time.
  8. Pagination: Infinite scrolling is used to load unlimited data without any problem and reduce database cost.
  9. Pull-to-Refresh: Pull to refresh feature to refresh contents anytime the user wants.
  10. Html Description: Content description supports images, GIFs, videos, I-frame videos, tables, lists, custom HTML, and CSS designs.
  11. Feature Contents: The app can automatically set the featured content without any configuration.
  12. Contents by Category/Tag: Users can view posts by Category or Tag.
  13. Related Contents: Users can see related contents inside a post and it becomes attractive and can generate more page views.
  14. Custom WebView: Used to open any link inside the app like Facebook.
  15. Cached Image & Data: Uses cache image service to save online images to local database for faster experience.
  16. Splash Screen & Onboarding: Welcome screen for new users, just like another professional news app.
  17. Categories: Users can view the list of site categories.
  18. Search: Users can search contents easily and wrapped with fluid animation.
  19. Bookmark: Users can save their favorite contents.
  20. RTL Support: Supports Right To Left (RTL) layout.
  21. Dark Mode: Users can switch the app theme with light or dark mode.
  22. In App Update: Users can check app update within the app.
  23. In App Review: Users can review the app quickly.
  24. App Settings: Users can set the app with their preference.

Let me know if you'd like me to help with anything else!

iniNews – Flutter mobile app for WordPress
iniNews – Flutter mobile app for WordPress

$39.00

Shop.Vyeron.com
Logo
Compare items
  • Total (0)
Compare
0