billdog_flutter
BillDog SDK for Flutter — Monetization, paywalls, and subscription management. Thin bridge over the native iOS/Android SDKs with inline native paywall rendering.
1.0.1-beta.2
billdogai/billdog
What this package is like to depend on
Last release 15 days ago
09 Aug 2026
Too new to tell
only 2 dated releases
Unknown
no stable releases
Nothing withdrawn
no release was ever pulled
0 months old
2 releases · first in 2026
2 releases in the last 12 months
see the full history below
Release timeline
2 releases · Jul 2026 to Aug 2026Releases
latest 2-
1.0.1-beta.209 Aug 2026 pre-releaseRelease notes
Open source →Fixes iOS dependency resolution. The published podspec declared
s.dependency 'BillDog'— a pod that has never existed on the CocoaPods trunk — sopod installfailed with "Unable to find a specification forBillDog". It now depends onBillDogFull(which the Swift sources already imported) with a version floor naming the pre-release (>= 1.0.0-beta.2), since CocoaPods will not select a pre-release for an unversioned or~>requirement.No Dart API or behaviour changes.
-
1.0.0-beta.225 Jul 2026 pre-releaseRelease notes
Open source →Initial public beta. Thin bridge over the native BillDog iOS/Android SDKs, with inline native paywall rendering via a
PlatformView.Added
- Paywall presentation and inline native paywall view (
PaywallView). - Purchases: purchase, restore, and host-driven
PurchaseControllerbridge. - Identity:
logIn/logOut/identifywith attribute support and persistence acrossconfigure. - Analytics event tracking.
- Customer info stream, offerings, packages, entitlements, and subscription status models.
- Localization helpers, including CLDR-parity RTL locale detection.
- Delegate dispatch for paywall/purchase lifecycle callbacks.
- Typed platform channels generated with pigeon.
- Paywall presentation and inline native paywall view (