A Flutter application offering a platform for users to explore courses, apply for remote jobs, and access services provided by the company. The app provides a seamless user experience with a responsive and visually appealing design, leveraging modern state management and routing techniques.
You can check the live demo of the project here:
socialswirl.1.1.mp4
- Display available services and courses.
- Apply for remote jobs and internships.
- View testimonials and expert profiles.
- Access detailed descriptions of company services.
- Responsive design across multiple devices.
- Built-in drawer for seamless navigation.
git clone (https://github.com/WaqasZafar9/socialswirl.git)
cd your-project-folder
flutter pub get
flutter run
- Fork the repository and create your feature branch:
git checkout -b feature/your-feature
- Commit your changes:
git commit -m "Add your commit message"
- Push to the branch:
git push origin feature/your-feature
- Create a pull request for review.
- Flutter: Frontend development.
- Dart: Programming language.
- Riverpod: State management.
- GetX: Navigation and state management.
- Lottie: For animations.
- Google Fonts: Custom typography.
This project is licensed under the MIT License - see the LICENSE file for details.
For any issues or support requests, please feel free to contact us.
- Implement additional features based on user feedback.
- Optimize performance for various devices.
- Expand the library of courses and services offered.
- Enhance UI/UX based on the latest design trends.
To run this project locally, follow the installation steps above. Ensure you have Flutter installed and properly set up on your machine. After cloning the repository and installing dependencies, you can start the app with:
flutter run
Make sure to have an emulator running or a physical device connected.