Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 1.35 KB

getting-started.md

File metadata and controls

41 lines (29 loc) · 1.35 KB

Getting Started

Requirements

  • A Giphy Android SDK key from the Giphy Developer Portal. Please remember, you should use a separate key for every platform (Android, iOS, Web) you add our SDKs to.

  • Android:

    • Giphy SDK only supports projects that have been upgraded to androidx
    • Requires minSdkVersion 21
  • iOS:

    • iOS 13.0 or later
    • Xcode 12 and later

Installation

Add the dependency

dependencies:
  giphy_flutter_sdk: any

note any pulls in the most recent official release by default

Install the Plugin

flutter pub get

Feel free to open an issue here in this repo if you run into any problems.

Basic Usage

We offer two solutions for the SDK user interface - pre-built templates which handle the entirety of the GIPHY experience, and a Grid-Only implementation which allows for more customization.

See customization to determine what's best for you.