AppLink is a Flutter app designed to simplify link sharing, management, and access. It helps users organize their links efficiently and share them with ease.
- app_links: A package used to handle deep linking and universal links, allowing the app to open and manage URLs effectively.
If you're using a phone with Android 13, you may need to enable specific permissions manually to ensure all app features work correctly. To do this:
- Go to Settings on your phone.
- Navigate to Apps & notifications.
- Find and select AppLink.
- Tap on Default settings.
- Open Supported web addresses and ensure that AppLink is set as the default handler for supported links.
-
Open your terminal or command prompt.
-
Run the following command:
git clone https://github.com/Ayman-Al-Khatib/app-link-examlpe.git
-
Navigate to the project directory:
cd app-link-examlpe
-
Install the necessary dependencies:
flutter pub get
-
Run the application:
flutter run