Crafted with precision and passion, My Flutter app brings the power of Dokan to your fingertips, allowing you to create, manage, and thrive in your very own multivendor marketplace – all without the need for any coding skills. With a user-friendly interface and intuitive controls, navigating your marketplace and overseeing operations has never been easier.
To start using this code follow the below steps to continue.
This is an example of how to list things you need to use the software and how to install them.
- Desktop / Laptop
- Flutter SDK Installed
Follow the below steps to run the application on your device.
- Clone the repo
git clone https://github.com/programmingwormhole/dokan.git
- Open Project In IDE
Android Studio, VS Code, or any other Flutter Supported IDE
- Get Dependencies
flutter pub get
- Run
flutter run
- WordPress Authentication System With JWT Access Token.
- Keep logged-in user by storing JWT token.
- Home Screen
- Product Filtering System
- User Profile Section
- Update User Profile (First name & Last Name only)
- GetX (For State management)
- http (For API request)
- flutter_svg (To display SVG icon in the app)
- shared_preferences (To store data in local storage)