https://github.com/amyr11/asdigi/releases/download/v0.0.2/asdigi-v0.0.2.apk
Before you start, make sure you have the following installed on your local machine:
- Flutter SDK: You can download and install Flutter from the official Flutter website: https://flutter.dev/docs/get-started/install
- Dart SDK: Flutter requires the Dart SDK to be installed. You can download and install the Dart SDK from the Dart SDK website: https://dart.dev/get-dart
To clone my repository, follow these steps:
- Open a terminal or command prompt on your local machine.
- Navigate to the directory where you want to clone the repository.
- Run the following command:
git clone https://github.com/amyr11/asdigi.git
Once you have cloned the repository, you need to set up the Flutter environment. Follow these steps:
- Navigate to the root directory of the cloned repository using the terminal or command prompt.
- Run the following command to download and install the dependencies listed in the pubspec.yaml file:
flutter pub get. - Connect a physical device or start an emulator to run the Flutter app. You can use the following command to check available devices: flutter devices.
After setting up the Flutter environment, you can run the app on your local machine. Follow these steps:
- Make sure your emulator or physical device is connected and running.
- Run the following command to start the Flutter app:
flutter run. - The app should now be running on your emulator or physical device.