Skip to content

Latest commit

 

History

History
48 lines (30 loc) · 1.19 KB

File metadata and controls

48 lines (30 loc) · 1.19 KB

AppLink

Description

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.

Tools and Packages

  • app_links: A package used to handle deep linking and universal links, allowing the app to open and manage URLs effectively.

Important Note for Android 13 Users

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:

  1. Go to Settings on your phone.
  2. Navigate to Apps & notifications.
  3. Find and select AppLink.
  4. Tap on Default settings.
  5. Open Supported web addresses and ensure that AppLink is set as the default handler for supported links.

To clone the project repository:

  1. Open your terminal or command prompt.

  2. Run the following command:

    git clone  https://github.com/Ayman-Al-Khatib/app-link-examlpe.git
  3. Navigate to the project directory:

    cd app-link-examlpe
  4. Install the necessary dependencies:

    flutter pub get
  5. Run the application:

    flutter run