referral_hero_flutter 0.0.5 copy "referral_hero_flutter: ^0.0.5" to clipboard
referral_hero_flutter: ^0.0.5 copied to clipboard

A Flutter plugin for integrating ReferralHero API to manage referrals, contests, and rewards in your mobile applications.

Changelog #

All notable changes to this project will be documented in this file.

0.0.5 - 2024-08-23 #

Fixed #

  • Updated getDeviceType and getDeviceScreenSize.

0.0.4 - 2024-08-23 #

Added #

  • Introduced detailed Dartdoc comments for all public API elements, including the DeviceInfo class and its methods, to improve documentation coverage.
  • Documented the deviceInfoPlugin field within the DeviceInfo class.

0.0.3 - 2024-08-23 #

Fixed #

  • Updated the IP address retrieval module to correctly fetch the public IP address instead of the local IP address.

0.0.2 - 2024-07-02 #

Added #

  • Introduced DeviceInfo for tracking device-related information.
  • Added support for fetching device type, IP address, operating system type, and screen size.

Changed #

  • Updated parameter host_url to domain in addSubscriber and updateSubscriber methods.

Deprecated #

  • N/A

Removed #

  • N/A

Fixed #

  • N/A

Security #

  • N/A

0.0.1 - 2024-06-26 #

Added #

  • Initial release of referral_hero_flutter.
  • Added support for:
    • Adding a subscriber with addSubscriber.
    • Fetching subscriber details with getSubscriberDetails.
    • Updating subscriber information with updateSubscriber.
    • Deleting a subscriber with deleteSubscriber.
    • Tracking referrals with trackReferral.
    • Capturing share events with captureShare.
    • Retrieving referrals with getMyReferrals.
    • Fetching the leaderboard with getLeaderboard.
    • Creating pending referrals with createPendingReferral.
    • Tracking organic referrals with organicTrackReferral.
    • Confirming referrals with confirmReferral.
    • Fetching referrer data with getReferrer.
    • Retrieving rewards with getRewards.

Changed #

  • N/A

Deprecated #

  • N/A

Removed #

  • N/A

Fixed #

  • N/A

Security #

  • N/A
2
likes
150
points
9
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for integrating ReferralHero API to manage referrals, contests, and rewards in your mobile applications.

Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

device_info_plus, flutter, http, plugin_platform_interface

More

Packages that depend on referral_hero_flutter

Packages that implement referral_hero_flutter