https://github.com/mlsakiit/weave-app
MLSA Project Wing 2025 - Weave App
https://github.com/mlsakiit/weave-app
Last synced: 10 months ago
JSON representation
MLSA Project Wing 2025 - Weave App
- Host: GitHub
- URL: https://github.com/mlsakiit/weave-app
- Owner: MLSAKIIT
- Created: 2025-01-09T10:42:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-14T13:57:53.000Z (over 1 year ago)
- Last Synced: 2025-04-09T01:02:14.200Z (about 1 year ago)
- Language: Dart
- Homepage:
- Size: 1.03 MB
- Stars: 0
- Watchers: 0
- Forks: 5
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# weave_app
## Getting Started
A few resources to get you started if this is your first Flutter project:
- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook)
For help getting started with Flutter development, view the
[online documentation](https://docs.flutter.dev/), which offers tutorials,
samples, guidance on mobile development, and a full API reference.
## Installation
### Prerequisites
1. **Flutter SDK (>=2.0.0)**: Ensure you have the Flutter SDK installed. You can download it from [Flutter's official website](https://flutter.dev/docs/get-started/install).
2. **Dart SDK**: Comes bundled with Flutter.
3. **IDE**: Install Android Studio or VS Code with Flutter and Dart plugins.
### Setup Instructions
1. **Clone the repository**:
```bash
git clone https://github.com/MLSAKIIT/Weave-App.git
2. **Install dependencies**:
```bash
flutter pub get
3. **Run the application**:
```bash
flutter run