ProCo Frontend is a mobile application built using Flutter and Dart.
It connects to the ProCo Server API and provides the UI for authentication, job browsing, swiping, chatting, bookmarks, and user profile management.
- Cross-platform app (Android & iOS)
- Clean UI screens for login, jobs, chat, swipes, bookmarks, and profile
- API integration with the ProCo backend
- Organized project structure with reusable widgets/services
- Flutter
- Dart
- REST API Integration
Follow these steps to run this Flutter app locally:
Follow official installation steps:
https://docs.flutter.dev/get-started/install
After installation, verify setup:
flutter doctorgit clone https://github.com/HemilKothari/proco_frontend.git
cd proco_frontendflutter pub getIf your project uses an API base URL or environment variables, update it under:
lib/config.dart
or whichever config file your project uses.
Start a device or emulator, then run:
flutter runflutter build apk --releaseFor iOS:
flutter build ios --release- The app is fully ready for deployment to Google Play Store or Apple App Store.
- Make sure backend API routes in service files match the live server URLs.
- Update
version:inpubspec.yamlfor every release.