Flutter Blog
This App converts any wordpress blog into Android and iOS application using wp-json REST API.
Setup
1. Open lib/constants/Constants.dart
2. Change the constants with your constants.
* gAppName ( String ) - Name of your application
* gBaseUrl ( String ) - Base url of your wordpress blog. eg- http://example.com
* gAuthorMail ( String ) - Mail for About us page. Users can mail you on this mail address directly from app.
* gCategoriesNamesTab ( array ) - Names of the categories of you want to display in tabs.
* gCategoriesId ( array ) - Id of categories as per names respectively.
Features
* Easy to configure ( Just replace BASE URL of your wordpress website and category id with your category id. Yess, That's it. )
* Lazy loading.
* Dark mode.
* Google Admob ads.
* Facebook ads.
* Google signin.
* Save offline.
* Add to favourite.
* Customize article read view.
* Comment on articles. ( You need to enable comment anyone from wordpress admin panel. )
* Short preview of Article when long pressed.
* One-Signal notification enabled when you publish any article.
* About screen.
* Search Articles.
* and much more.
Screenshots-
1 ## 2 ## 3 ## 4 ## 5 ## 6 ## 7 ## 8 ## 9 ## 10 ## 11 ## 12
Useful Documentation Links -
[One-Signal flutter] (https://documentation.onesignal.com/docs/flutter-sdk-setup) [Flutter] (https://flutter.dev/docs) [Firebase setup] (https://pub.dev/packages/firebase_auth) [wordpress REST API] (https://developer.wordpress.org/rest-api/)