EComm admin app to add products
This project is a starting point for a Flutter application.
Run flutter Pub Get command in root folder (ecomm_admin) -> // flutter pub get //
Run build_runner command to regenerate the model and service client -> // flutter pub run build_runner build --delete-conflicting-outputs //
Hit run/debug in VS Code / android studio to launch in sim or device
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.