Skip to content

Releases: Giphy/giphy-flutter-sdk

v1.1.0

10 Jun 11:37
ef495fb

Choose a tag to compare

1.1.0

Build System

  • Migrate Android Gradle setup toward AGP 9 built-in Kotlin support.
  • The plugin now uses AGP built-in Kotlin on AGP 9+ when built-in Kotlin is enabled.
  • The plugin still falls back to the Kotlin Gradle Plugin for AGP < 9.
  • For compatibility, AGP 9+ consumers that explicitly set android.builtInKotlin=false also use the Kotlin Gradle Plugin fallback. Those builds may still show AGP's KGP deprecation warning for :giphy_flutter_sdk.
  • AGP 9+ consumers can keep android.newDsl=false for Flutter's temporary legacy DSL compatibility, but should leave built-in Kotlin enabled to avoid the SDK KGP warning.
  • Android Java/Kotlin compilation now targets JVM 17.
  • The Android plugin default GiphyFlutterSDK.compileSdkVersion is now 34.
  • Update the Android example project Gradle setup for AGP 9 and Flutter 3.44 compatibility.
  • Add iOS Swift Package Manager support for the plugin while keeping CocoaPods support for existing consumers.
  • Migrate the iOS example app from CocoaPods to Flutter Swift Package Manager integration.

Developer Tooling

  • Add scripts/sdk.sh clean to remove generated Flutter, Gradle, CocoaPods, SwiftPM, and iOS build artifacts from the SDK package and example app.
  • Update scripts/sdk.sh bump ios to keep the iOS Package.swift dependency version in sync with the podspec.
  • Add scripts/sdk.sh bump [patch|minor|major|x.y.z] to update the Flutter package version in pubspec.yaml.
  • Add scripts/sdk.sh publish-dry-run and scripts/sdk.sh publish helpers for pub.dev publishing.

Bug Fixes

v1.0.9

30 Apr 17:33
588631b

Choose a tag to compare

1.0.9

Native SDKs

Bug Fixes

v1.0.8

16 Apr 13:54
c739239

Choose a tag to compare

1.0.8

Native SDKs

Bug Fixes

v1.0.7

13 Mar 17:05
79ff132

Choose a tag to compare

v1.0.6

24 Feb 20:06
e85d169

Choose a tag to compare

1.0.6

Native SDKs

Bug Fixes

v1.0.5

26 Jun 15:52
40161f4

Choose a tag to compare

1.0.5

Native SDKs

Features

  • [android] Add Edge-To-Edge support (cb32804)

v1.0.4

21 May 15:51
62162e6

Choose a tag to compare

1.0.4

Native SDKs

v1.0.3

15 Apr 07:00
90a81b4

Choose a tag to compare

1.0.3

Native SDKs

Bug Fixes

v1.0.2

14 Apr 14:57
f9dc86d

Choose a tag to compare

Native SDKs

Static Analysis

  • Address Static Analysis issues

Documentation

  • Update the minimum required Xcode version.

Build System

  • bump Android AGP version from 7.3.0 to 8.1.0
  • bump Android Gradle version from 8.0 to 8.3
  • bump Kotlin version from 1.7.10 to 1.9.0

Bug Fixes

  • Remove the package from the AndroidManifest file
    based on the following PRs:

v1.0.1

18 Oct 15:24
37a4af7

Choose a tag to compare

Native SDKs

Static Analysis

  • Address Static Analysis issues

Bug Fixes

  • Add support for Xcode 16