A Flutter application for managing gem market inventory, jobs, user profiles, and reports.
Gem_Hub is a multi-platform Flutter app with modules for:
- Authentication
- Gem marketplace browsing and management
- Inventory tracking
- Job listings
- Profile and reports
- Flutter SDK installed
- Dart SDK included with Flutter
- Android Studio / Xcode or required platform tooling for your target devices
From the project root:
flutter pub get- Android:
flutter run -d android- iOS:
flutter run -d ios- Web:
flutter run -d chromelib/main.dart— App entry pointlib/core/— API, constants, providers, router, and shared datalib/features/— Feature modules for auth, gem market, home, inventory, jobs, navigation, profile, and reportslib/shared/widgets/— Reusable widgets
- Keep platform-specific configuration in
android/,ios/,linux/,macos/,windows/, andweb/ - Update dependencies in
pubspec.yaml