shyun_link 3.0.1 copy "shyun_link: ^3.0.1" to clipboard
shyun_link: ^3.0.1 copied to clipboard

Streamlined deeplink and short URL management with Clean Architecture. Focused on core functionality - ShyunLinkManager.createShortLink() and deeplink handling with multiple URL format support.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add shyun_link

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  shyun_link: ^3.0.1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:shyun_link/shyun_link.dart';
3
likes
130
points
653
downloads

Publisher

unverified uploader

Weekly Downloads

Streamlined deeplink and short URL management with Clean Architecture. Focused on core functionality - ShyunLinkManager.createShortLink() and deeplink handling with multiple URL format support.

Repository (GitHub)

Topics

#deeplink #url #shortlink #navigation

Documentation

API reference

License

MIT (license)

Dependencies

app_links, dio, flutter, logger, url_launcher

More

Packages that depend on shyun_link

Packages that implement shyun_link