// the find
woosignal/flutter-woocommerce-app
WooCommerce App template that uses Flutter. Integrated to work with WooCommerce stores, connect and create an IOS and Android app from Flutter for IOS and Android
A Flutter app template for WooCommerce stores, letting developers ship iOS and Android shopping apps without building the e-commerce logic from scratch. It handles product browsing, cart, checkout, and customer auth via WordPress. Target audience is freelancers or small agencies building client storefronts on WooCommerce.
Ships with four payment gateways (Stripe, PayPal, RazorPay, Cash on Delivery) already wired up, which is legitimately the most tedious part of any e-commerce app. Nine locales included out of the box — that's real work saved. Dark/light mode is handled at the template level, not left as an exercise. The WooSignal SDK abstracts WooCommerce's REST API into something usable, so you're not hand-rolling HTTP calls to a WordPress backend.
The WooSignal dashboard dependency is a trap — customization routes through their proprietary service, so you're not actually self-contained despite the MIT license. The build artifacts (XCBuildData, PIFCache) are committed to the repo, which is sloppy and inflates clone size for no reason. No tests anywhere visible. The README points to external docs for anything non-trivial, and those docs live on a commercial vendor's site that could disappear or go paywalled.