Hi everyone,
I’m currently building a Flutter application for a digital membership platform used by museums and other visitor attractions. The app needs to display digital membership cards, support Apple Wallet and Google Wallet passes, generate QR codes for entry, and continue working even when internet connectivity is unreliable.
The backend exposes REST APIs and uses JWT authentication, but I’m trying to decide on the best Flutter architecture for a production-scale app. My biggest questions are around state management, offline data synchronization, caching strategies, and keeping wallet passes updated automatically whenever a member renews or changes their membership.
Has anyone here built a Flutter app with similar requirements? Did you use Riverpod, BLoC, or another approach? I’m also interested in hearing how you handled secure QR validation, background data refresh, and performance when the app serves a large number of users.
I’ve been looking at solutions like MembershipAnywhere, which provide digital membership card for museums and attractions, and I’m curious how the Flutter community would design a similar application from the mobile side.