I'm going to be making a subscription-style membership website with WordPress for a friend, who is also interested in having an app built. That app, which I would build using Flutter, would need to use WordPress as a backend.
I've done a bit of research for packages that would help me link the app and the website. This seems to be the best I have found (it is from pub.dev).
https://pub.dev/packages/flutter_wordpress
It says that you must use one of two authentication plugins on the WordPress site, to use the package:
- Application Passwords
- JWT Authentication for WP Rest API
The WordPress plugin I want to use, to build the membership functionality is called MemberPress. You can find it here:
My problem is, the Flutter packages I would need to use to link the app and the website require very specific authentication plugins, and MemberPress (or any other membership and LMS (Learning Management System) system) doesn't appear to comply with that.
Is there a way to link a MemberPress (or similar) type website with a Flutter app, or is there a way to build a WordPress tiered membership website that has LMS capabilities, linking it to a Flutter app with one of the packages available on pub.dev? I would really appreciate the advice, so thank you in advance!