PackageTrack
Sign in Get early access

gigya_flutter_plugin

SAP Gigya Flutter plugin

1.0.15 3.2K downloads/mo #4538 most downloaded on pub.dev SAP/gigya-flutter-plugin

What this package is like to depend on

Last release 8 months ago

10 Dec 2025

Release timing varies

gaps range from 3 weeks to 7 months

Nearly every release is documented

notes for 32 of 33 stable releases

Nothing withdrawn

no release was ever pulled

6 years old

33 releases · first in 2020

5 releases in the last 12 months

see the full history below

Release timeline

33 releases · Dec 2020 to Dec 2025
2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 33
  1. 1.0.15 10 Dec 2025
    Release notes

    Please read CHANGELOG for relevant changes.

    Open source →
    Release notes

    1.0.15

    • Fix: Wrong type casting in cancellation error (Android)
    Open source →
  2. 1.0.14 26 Nov 2025
    Release notes

    Please read CHANGELOG for relevant changes.

    Open source →
    Release notes

    1.0.14

    • Fix: Aligned cancellation error (Android/iOS).
    Open source →
  3. 1.0.13 18 Nov 2025
    Release notes

    Please read CHANGELOG for relevant changes.

    Open source →
    Release notes

    1.0.13

    • Fix: Aligned SSO cancellation error Android/iOS
    • Fix: Missing link account v2 error support.
    • Feature: Added Custom Identifier login support.
    Open source →
  4. 1.0.12 15 Oct 2025
    Release notes

    Please read CHANGELOG for relevant changes.

    Open source →
    Release notes

    1.0.12

    • Fix: Android SDK Wrapper nullable "reason" in screen-set onHide callback.
    Open source →
  5. 1.0.11 10 Sep 2025
    Release notes

    Please read CHANGELOG for relevant changes.

    Open source →
    Release notes

    1.0.11

    • Updated Android core SDK to 7.2.0 - https://github.com/SAP/gigya-android-sdk/releases/tag/core-v7.2.0
    • Updated Swift core SDK to 1.7.6 - https://github.com/SAP/gigya-swift-sdk/releases/tag/1.7.6
    • Added support for Android passkeys usage with Credentials Manager (iOS acts as a passthrough)
    Open source →
  6. 1.0.10 06 Jul 2025
    Release notes

    Please read CHANGELOG for relevant changes.

    Open source →
    Release notes

    1.0.10

    • Android Gradle update (deprecated imperative apply plugin method).
    • Android dependencies source update(Maven Central).
    • iOS updated core SDK to 1.7.5.
    Open source →
  7. 1.0.9 17 Dec 2024
    Release notes

    Please read CHANGELOG for relevant changes.

    Open source →
    Release notes

    1.0.9

    • Fixed iOS missing callback assignment loginWithCredentials flow.
    Open source →
  8. 1.0.8 07 Nov 2024
    Release notes

    Please read CHANGELOG for relevant changes.

    Open source →
    Release notes

    1.0.8

    • Updated Android core 7.1.3 - https://github.com/SAP/gigya-android-sdk/releases/tag/core-v7.1.3
    • Updated Swift Core 1.7.1 - https://github.com/SAP/gigya-swift-sdk/releases/tag/core%2Fv1.7.1
    • Fixed interruption flows causing channel result error.
    Open source →
  9. 1.0.7 31 Jul 2024
    Release notes

    Please read CHANGELOG for relevant changes.

    Open source →
    Release notes

    1.0.7

    • Updated Android core 7.1.0 - https://github.com/SAP/gigya-android-sdk/releases/tag/core-v7.1.0
    • Updated Swift Core 1.7.0 - https://github.com/SAP/gigya-swift-sdk/releases/tag/core%2Fv1.7.0
    • Please read each platform requirement changes for supporting social sign in.
    Open source →
  10. 1.0.6 03 Jun 2024
    Release notes

    Please read CHANGELOG for relevant changes.

    Open source →
    Release notes

    1.0.6

    • Added "getAuthCode" interface used to obtain a session exchange code with WebSDK.
    Open source →
  11. 1.0.5 10 Apr 2024
    Release notes

    1.0.5

    • Updated Podspec file to apply minimum SDK 1.0.6 (privacy manifest support).
    • Updated Android core gradle implementation.
    Open source →
  12. 1.0.4 30 Jan 2024
    Release notes

    1.0.4

    • Removed timeout for SSO channel call.
    • Fixed Android "rp_context" parameters not passing correctly to native platform.
    Open source →
  13. 1.0.3 20 Dec 2023
    Release notes

    1.0.3

    • Update Android core SDK.
    • Added support for biometric session lock.
    Open source →
  14. 1.0.2 27 Nov 2023
    Release notes

    1.0.2

    • Updated plugin to support Android core version 7+
    • Conformed to Android v7 external social providers implementation.
    • Added support for Kakao social providers.
    • Added missing support for cname in Android (due to Android core v7).
    • Added option to hide screenset programmatically via "dismissScreenSet" interface.
    • Fixed nullable "apiVersion" bug on Android wrapper.
    • Introduced Android proguard file.
    Open source →
  15. 1.0.1 01 Jun 2023
    Release notes

    1.0.1

    • Fixed session not retaining after SdkInit.
    • Fix GigyaError with null values.
    • Fix ClassCastException with setSession() - Android.
    Open source →
  16. 1.0.0 04 Apr 2023
    Release notes

    1.0.0 - Federated Plugin Rework

    • Raised the minimum Flutter version to 3.3.0 and minimum Dart version to 2.18.0.
    • Removed the duplicate Apache license. To view the license, see the ‘LICENSE’ file.
    • Added ‘publish_to: none’ to the example app pubspec.
    • Added the analysis_options.yaml lint config.
    • Updated the internal method & event channel names to use reverse domain notation and a suffix for the type of channel.
    • Fixed the ‘logout()’ method so that it no longer fails if the user is not logged in.

    Android:

    • Updated Gradle to 7.4
    • Updated the Kotlin version to 1.7.21
    • Updated the Android Gradle Plugin to 7.3.1
    • Bumped the Android compile SDK version to 33
    • Specified the Java version in the compile options
    • Removed the unused ‘getPlatformVersion()’ method call
    • Removed the usage of the deprecated ‘PackageManager.getPackageInfo()’ on API 33 and higher
    • The ‘onHide’ screen set event now includes the ‘reason’ in its event data, rather than in a separate field.

    iOS:

    • Raised the minimum iOS version to 13.0
    • Renamed the ‘GigyaMethods’ enum to ‘GigyaSdkMethods’

    Breaking Changes

    • The package no longer imports ‘dart:io’ directly.
    • The publication date of a publication is now a ‘DateTime?’ instead of a ‘String?’.
    • The issue date of a patent is now a ‘DateTime?’ instead of a ‘String?’.
    • Latitude and longitude of coordinates is now required in the location schema object.
    • Company size of the ‘Work’ model class is now ‘int?’ instead of ‘double?’.
    • Start and End date of the ‘Work’ model class are now ‘DateTime?’ instead of ‘String?’.
    • ‘updatedAt’ of the ‘OidcData’ model class has been changed to a ‘DateTime?’ instead of a ‘String?’.
    • ‘zoneinfo’ of the ‘OidcData’ model class has been renamed to ‘zoneInfo’.
    • The ‘initSdk()’ method now returns a ‘Future<void>’, instead of a ‘Future<Map<String, dynamic>>’ with a ‘{success: true}’ value.
    • The ‘showScreenSet()’ method now returns a ‘Stream<ScreenSetEvent>’.
    • The ‘expiresIn’ field in ‘SessionInfo’ is now an ‘int’ instead of a ‘double’.
    • The ‘photoURL’, ‘profileURL’ and ‘thumbnailURL’ model properties of the ‘Profile’ class have been renamed to ‘photoUrl’, ‘profileUrl’ and ‘thumbnailUrl’.
    • The ‘favorites’ field of the ‘Profile’ class has been changed from ‘List<Favorites>‘ to ‘List<Favorite>‘.
    • The ‘interestedIn’ field in the ‘Profile’ class has been replaced with the ‘interests’ field.
    • The ‘followersCounts’ field in the ‘Profile’ class has been renamed to ‘followers’, and its type has been changed to ‘int?’.
    • The ‘followingCount’ field in the ‘Profile’ class has been renamed to ‘following’ and its type has been changed to ‘int?’.
    • The ‘lastLogin’, ‘lastUpdated’ and ‘oldestDataUpdated’ fields from the ‘Account’ class have been removed. Use the timestamp fields instead.
    • The ‘GigyaResponse’ class has been refactored to ‘GigyaError’, which now implements the ‘Exception’ class. The function ‘getErrorDetails()’ has been removed.
    • The ‘timeoutError()’ function has been refactored to a new ‘GigyaTimeoutError’ class that implements ‘Exception’.
    • ‘ResolverFactory’ has been renamed to ‘InterruptionResolverFactory’, and it now has a single method to create a resolver from an error code.
    • Refactored the ‘getTimeout(Methods method)’ to a getter method on the ‘Methods’ enum.
    • The methods in the ‘WebAuthnService’ class no longer have the ‘webAuthn’ prefix.
    • The ‘PendingOtpVerification’ class now uses a ‘String’ for the ‘code’ field in the ‘verify()’ method. The unused ‘response’ field has been removed as well.
    • The platform interface has been cleaned up, and it now uses ‘required’ parameters when needed.
    • The ‘WebAuthnService’ has been renamed to ‘WebAuthenticationService’, and now uses an interface to abstract away the method channel.
    • The ‘InterruptionResolver’ and ‘OtpService’ classes now use an interface to abstract away the method channel.
    Open source →
  17. 0.2.2 06 Mar 2023
    Release notes

    Developer Preview 0.2.2

    Updated Android Core SDK v6.2.1. Updated Swift Core SDK v1.5.1.

    Open source →
  18. 0.2.1 07 Nov 2022
    Release notes

    Developer Preview 0.2.1

    • Added support for phone number authentication (OTP).
    Open source →
  19. 0.2.0 19 Oct 2022
    Release notes

    Developer Preview 0.2.0

    • Updated Android Core SDK v6.1.0 containing various security updates.
    • Bug fix - Fixed account schema parsing.
    • Added getSession method.
    • Added support for FIDO authentication.
    Open source →
  20. 0.1.7 03 Jul 2022
    Release notes

    Developer Preview 0.1.7

    • Updated Android Core SDK v5.2.0 containing various security updates.
    Open source →
  21. 0.1.6 18 May 2022
    Release notes

    Developer Preview 0.1.6

    • Bug fix - Android setSession. Wrong SessionInfo propagation.
    Open source →
  22. 0.1.5 10 Apr 2022
    Release notes

    Developer Preview 0.1.5

    • Added mobile SSO support using CLP.
    Open source →
  23. 0.1.4 27 Dec 2021
    Release notes

    Developer Preview 0.1.4

    • Updated Android Core SDK v5.1.6
    • Added setSession interface.
    • Android initialization update (custom schema)
    • Migrated to Flutter 2 and Null-safety.
    • Added Forgot password feature (including example application implementation).
    • Added Google sign-in integration to the example application.
    Open source →
  24. 0.1.3 11 Oct 2021
    Release notes

    Developer Preview 0.1.3

    • iOS: Fixed crash in forgotPassword.
    • iOS: Fixed bug in link account.
    Open source →
  25. 0.1.2 04 Oct 2021
    Release notes

    Developer Preview 0.1.2

    • Updated Android Core SDK v5.1.4
    • Forgot password bug fix.
    • Added manual initSDK interface.
    Open source →
  26. 0.1.1 02 Aug 2021
    Release notes

    Android core SDK update.

    • Updated Android Core SDK v5.1.3
    Open source →
  27. 0.1.0 17 Jun 2021

    Nothing published for this version

  28. 0.0.6 20 Apr 2021
    Release notes

    Account Model Patch

    • Fix to main account model (sessionInfo type).
    Open source →
  29. 0.0.5 18 Apr 2021
    Release notes

    Core SDKS update

    • Updated Android SDK 5.1.1 (security).
    Open source →
  30. 0.0.4 16 Mar 2021
    Release notes

    Core SDKS updates

    • Updated Swift SDK 1.2.0.
    • Updated Android SDK 5.1.0.
    Open source →
  31. 0.0.3 28 Feb 2021
    Release notes

    Platform alignments

    • Fixed Android error not mapped correctly.
    • Added dynamic "mapped" field to base GigyaResponse.
    Open source →
  32. 0.0.2 16 Dec 2020
    Release notes

    Example & documentation.

    • Example application updates.
    • Documentation updates.
    Open source →
  33. 0.0.1 15 Dec 2020
    Release notes

    Initial release.

    • Business APIs.
    • Social login (View documentation for supported providers).
    • Web Screen-Sets.
    • Interruption handling.
    Open source →

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