Flutter For Wordpress
Cross platform wordpress news app built with Flutter.
Installation
You need to have a wordpress website before you implement the app.
If you have wordpress website already then follow the simple steps given below to build your own Wordpress Flutter App.
Edit your wordpress theme
Update the wordpress functions.php file on your theme by appending the following code at the end. The app will not function correctly if this step is not followed.
Edit the constants
Change the constants from the ./lib/common/constants.dart file. For the categories name and ID refer to your wordpress website.
Push Notification (Optional)
This project uses firebase messenging for push notification.
To integrate push notification from firebase follow the steps:
- Go to firebase console
- Generate and Download google-services.json file
- Place google-services.json file inside android/app
- It should be ready now. Test your push notification.
For further instruction read documentation from https://pub.dev/packages/firebase_messaging
Screenshots
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |