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.
- Flutter SDK (>=2.0.0): Ensure you have the Flutter SDK installed. You can download it from Flutter's official website.
- Dart SDK: Comes bundled with Flutter.
- IDE: Install Android Studio or VS Code with Flutter and Dart plugins.
- Clone the repository:
git clone https://github.com/MLSAKIIT/Weave-App.git
- Install dependencies:
flutter pub get
- Run the application:
flutter run