app_linkster 0.0.1 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 #
- Add
app_linkster
to yourpubspec.yaml
file:
dependencies:
app_linkster: ^latest_version
- Install the package:
$ flutter pub get
Usage #
- Import the library:
import 'package:app_linkster/app_linkster.dart';
- Create an instance of
AppLinksterLauncher
and calllaunchThisGuy
:
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].