broughtby_flutter 0.2.2
broughtby_flutter: ^0.2.2 copied to clipboard
Broughtby referral tracking SDK for Flutter apps.
0.2.2 #
- Widened the
app_linksconstraint from^6.3.2to>=6.3.2 <8.0.0. It pinned below app_links 7.x, which conflicted with any app that already resolves app_links 7 through another dependency. OnlygetInitialLink()is used, and that call is unchanged across 6.x and 7.x, so both majors work.
0.2.1 #
- Fixed the default
baseUrlandshareUrlBase: they pointed atapi.broughtby.io/go.broughtby.io, domains that are not registered yet, so every call failed unless you passed both explicitly. They now default to the livebroughtby.vercel.appdeployment and will move to thebroughtby.iosubdomains once that domain is registered.
0.2.0 #
openDashboardnow takestitleandlocale. The language follows the locale your app runs in, which is not always the device language.- The dashboard app bar shows no title unless you pass one.
0.1.1 #
- Moved the repository to https://github.com/katresoft/broughtby-flutter.
0.1.0 #
Initial release.
- Three core calls:
initialize,identify,captureAttribution. submitCodefor manual code entry on iOS.getAffiliateto read the user's code and share link.openDashboardto open the user's own earnings screen inside the app.- Automatic install-source capture on Android (
play_install_referrer).