app_linkster 0.0.1 copy "app_linkster: ^0.0.1" to clipboard
app_linkster: ^0.0.1 copied to clipboard

AppLinkster simplifies the process of opening specific apps using tailored deep links.

app_linkster #

A versatile utility to facilitate launching deep links for popular social media platforms. With app_linkster, effortlessly convert standard web URLs to platform-specific deep links and launch them seamlessly on both iOS and Android.

Features #

  • Support for Multiple Platforms: Currently supports Facebook, Twitter, Instagram, TikTok, YouTube, and LinkedIn.
  • Automatic Platform Detection: It intelligently detects the platform (iOS/Android) and launches the deep link accordingly.
  • Easy Integration: Designed to be a drop-in solution for projects with minimal setup.
  • Custom Deep Link Parsing: Uses DeeplinkCreator for flexible deep link generation based on given URL patterns.

Getting Started #

Prerequisites #

  • Dart SDK: version >=3.0.5 <4.0.0
  • Flutter: version >=3.0.0

Installation #

  1. Add app_linkster to your pubspec.yaml file:
dependencies:
  app_linkster: ^latest_version
  1. Install the package:
$ flutter pub get

Usage #

  1. Import the library:
import 'package:app_linkster/app_linkster.dart';
  1. Create an instance of AppLinksterLauncher and call launchThisGuy:
final launcher = AppLinksterLauncher();
await launcher.launchThisGuy('https://www.facebook.com/yourProfile');

Additional Information #

  • Documentation: For detailed documentation, WIP.
  • Contributions: We welcome contributions!.
  • Issues: If you encounter any problems, please file an issue along with a detailed description.
  • Feedback: All feedback is welcome! Reach out to us at [mohn93@gmail.com].
15
likes
0
points
52
downloads

Publisher

verified publisherbeingthere.dev

Weekly Downloads

AppLinkster simplifies the process of opening specific apps using tailored deep links.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

dio, flutter, logger, url_launcher

More

Packages that depend on app_linkster