weespin_flutter 1.0.0
weespin_flutter: ^1.0.0 copied to clipboard
Weespin Flutter plugin. Helps you create deep links in a blink
Weespin Flutter SDK #
Weespin helps you create deep links for your apps in a blink. Get started on www.weespin.io/.
How to use #
1. Create an API key #
Create a project and generate an API Key from your dashboard;
const weespin = Weespin(apiKey: "YOUR API KEY");
2. Create a new link #
final link = await weespin.createLink(
title: "My link",
description: "Description test",
segments: ["news", "bananas"],
customParams: ["utm", "productId"],
);
3. Share your link #
Provide values for your custom parameters and you're ready to go!
print(link.shareLink({"utm": 'android', "productId": '123'}));
4. Receive link click intent #
Use a plugin such as app_links to handle link intent.
Need help? #
Contact support at contact@caelis-tech.studio.