uni_links

repository·master·Indexed 20 days ago

https://github.com/avioli/uni_links

A plugin platform interface providing platform-specific implementations for handling deep links and universal links across different operating systems.

Tokens
147
Snippets
1
Records
1
Agent score
19%

What's inside uni_links

  1. Customize iOS launch screen assets

    master

    To change the launch screen image for the iOS version of your Flutter application, you can either replace the image files directly in the example/ios/Runner/Assets.xcassets/LaunchImage.imageset/ directory or use Xcode for a more visual approach.

    Using Xcode:

    1. Open your Flutter project's iOS workspace by running open ios/Runner.xcworkspace in your terminal.
    2. In the Xcode Project Navigator, navigate to Runner/Assets.xcassets.
    3. Drag and drop your desired images into the asset catalog to replace the existing launch screen assets.
    open ios/Runner.xcworkspace