Flutter Woocom Admin app – to manage your woocommerce admin panel -customers, orders and track real time sales report and place the order against a customer
Flutter Woocom Admin app – will connect your woo-commerce site by REST API.
So you no need to any customization into source code.
You just install Rest API Plugin in your woocomerce site and active and collect your consumer key and consumer secret.
Put your consumer key, consumer secret, and your woo-commerce hostname into a const file in source code.
After put the value and run your code and you will see just magic.
If you want to customize the source code, it also is so easy because we use Bloc pattern for state management
You can run the app both Android and Ios. Because this code is made by Flutter.