PackageTrack
Sign in Get early access

splitio

Official plugin for split.io, the platform for controlled rollouts, which serves features to your users via feature flags to manage your complete customer experience.

1.2.1 58K downloads/mo #1387 most downloaded on pub.dev splitio/flutter-sdk-plugin

What this package is like to depend on

Last release 6 months ago

28 Jan 2026

Release timing varies

gaps range from 2 weeks to 9 months

Nearly every release is documented

notes for 19 of 21 stable releases

Nothing withdrawn

no release was ever pulled

4 years old

35 releases · first in 2022

6 releases in the last 12 months

see the full history below

Release timeline

35 releases · Jul 2022 to Jan 2026
2023 2024 2025 2026
Release Pre-release

Releases

latest 35
  1. 1.2.1 28 Jan 2026
    Release notes
    • Bug fix: corrected asset path for loading the Browser SDK.
    Open source →
  2. 1.2.1-rc.1 28 Jan 2026 pre-release

    Nothing published for this version

  3. 1.2.0 28 Jan 2026
    Release notes
    • Added new configuration for Fallback Treatments, which allows setting a treatment value and optional config to be returned in place of "control", either globally or by flag. Read more in our docs.
    • Updated Android SDK to 5.4.2, iOS SDK to 3.6.0, and Browser SDK to 1.6.1
    Open source →
  4. 1.2.0-rc.1 28 Jan 2026 pre-release

    Nothing published for this version

  5. 1.1.0 16 Jan 2026
    Release notes
    • Added Web support via the splitio_web package, the Web implementation of splitio based on the Split Browser SDK 1.6.0.
    Open source →
  6. 1.1.0-rc.1 15 Jan 2026 pre-release

    Nothing published for this version

  7. 1.0.0 14 Aug 2025
    Release notes
    • Updated Android SDK to 5.3.1 & iOS SDK to 3.3.2
    • Added support for rule-based segments. These segments determine membership at runtime by evaluating their configured rules against the user attributes provided to the SDK.
    • Added support for feature flag prerequisites. This allows customers to define dependency conditions between flags, which are evaluated before any allowlists or targeting rules.
    • Added two new configuration options to control the behavior of the persisted rollout plan cache. Use rolloutCacheConfiguration in the config.
    • Added a new optional argument to the client getTreatment methods to allow passing additional evaluation options, such as a map of properties to append to the generated impressions sent to Split backend. Read more in our docs.
    • Added support for the new impressions tracking toggle available on feature flags, both respecting the setting and including the new field being returned on SplitView type objects. Read more in our docs.
    Open source →
  8. 1.0.0-rc.1 14 Aug 2025 pre-release

    Nothing published for this version

  9. 0.2.0 06 Nov 2024
    Release notes
    • Added support for targeting rules based on large segments.
    • BREAKING CHANGE (for Split Proxy users):
      • Dropped support for Split Proxy below version 5.9.0.
    • Updated iOS SDK to 3.0.0 & Android SDK to 5.0.0.
    Open source →
  10. 0.2.0-rc.1 06 Nov 2024 pre-release

    Nothing published for this version

  11. 0.1.10 18 Oct 2024
    Release notes
    • Added certificate pinning functionality. This feature allows you to pin a certificate to the SDK, ensuring that the SDK only communicates with servers that present this certificate. Read more in our documentation.
    • Updated iOS SDK to 2.26.1 & Android SDK to 4.2.2
    Open source →
  12. 0.1.10-rc.1 17 Oct 2024 pre-release

    Nothing published for this version

  13. 0.1.9 23 May 2024
    Release notes
    • Added support for targeting rules based on semantic versions (https://semver.org/).
    • Added special impression label "targeting rule type unsupported by sdk" when the matcher type is not supported by the SDK, which returns 'control' treatment.
    • Updated iOS SDK to 2.25.0 & Android SDK to 4.1.0
    Open source →
  14. 0.1.9+1 07 Jun 2024
    Release notes
    • Updated Android SDK to 4.1.1
    Open source →
  15. 0.1.9-rc.1 22 May 2024 pre-release

    Nothing published for this version

  16. 0.1.8 07 Feb 2024
    Release notes
    • Updated iOS SDK to 2.24.3 & Android SDK to 4.0.0
    Open source →
  17. 0.1.7 09 Nov 2023
    Release notes
    • Added support for Flag Sets, which enables grouping feature flags and interacting with the group rather than individually (more details in our documentation):
      • Added new variations of the get treatment methods to support evaluating flags in given flag set/s.
        • getTreatmentsByFlagSet and getTreatmentsByFlagSets
        • getTreatmentWithConfigByFlagSets and getTreatmentsWithConfigByFlagSets
      • Added a new optional Split Filter configuration option. This allows the SDK and Split services to only synchronize the flags in the specified flag sets, avoiding unused or unwanted flags from being synced on the SDK instance, bringing all the benefits from a reduced payload.
      • Added defaultTreatment property to the SplitView object returned by the split and splits methods of the SDK manager.
    • Updated iOS SDK to 2.23.0
    • Updated Android SDK to 3.4.0
    Open source →
  18. 0.1.7+1-rc.1 07 Feb 2024

    Nothing published for this version

  19. 0.1.7+1-rc.2 07 Feb 2024

    Nothing published for this version

  20. 0.1.7-rc.1 09 Nov 2023 pre-release

    Nothing published for this version

  21. 0.1.6 15 Aug 2023
    Release notes
    • Added readyTimeout configuration option. If the SDK is not ready after the amount of time (in seconds) specified by this option, the whenTimeout future of the client will be completed. Defaults to 10 seconds. A negative value means no timeout.
    Open source →
  22. 0.1.6-rc.1 15 Aug 2023 pre-release

    Nothing published for this version

  23. 0.1.5 19 Jul 2023
    Release notes
    • Updated iOS SDK to 2.21.0 & Android SDK to 3.3.0
    Open source →
  24. 0.1.5-rc.1 19 Jul 2023 pre-release

    Nothing published for this version

  25. 0.1.4 23 May 2023
    Release notes
    • Added setUserConsent method.
    • Added getUserConsent method.
    Open source →
  26. 0.1.4-rc.1 23 May 2023 pre-release

    Nothing published for this version

  27. 0.1.3 18 May 2023
    Release notes
    • Updated iOS SDK to 2.20.1 & Android SDK to 3.2.1
    • Added support for new configuration options:
      • impressionsMode
      • syncEnabled
      • logLevel
      • userConsent
      • encryptionEnabled
    • Deprecated enableDebug configuration in favor of logLevel.
    Open source →
  28. 0.1.3-rc.1 18 May 2023 pre-release

    Nothing published for this version

  29. 0.1.2 09 Sep 2022
    Release notes
    • Migrated to federated structure.
    • Added support for Impression Listener.
    • Added support for Sync Configuration.
    • Added support for SDK event listeners.
    • Added support for manager methods.
    • Added support for linking native factory.
    Open source →
  30. 0.1.2+1 14 Sep 2022
    Release notes

    Added exports for models.

    Open source →
  31. 0.1.2+2 07 Dec 2022
    Release notes

    Added consumer ProGuard rules for Android.

    Open source →
  32. 0.1.1 19 Aug 2022
    Release notes

    Minor fixes.

    Open source →
  33. 0.1.0 03 Aug 2022
    Release notes

    Initial release.

    • Added support for SDK instantiation.
    • Added support for multiple clients.
    • Added support for evaluation.
    • Added support for tracking events.
    Open source →
  34. 0.1.0-rc.2 03 Aug 2022 pre-release

    Nothing published for this version

  35. 0.1.0-rc.1 29 Jul 2022 pre-release

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive