Skip to main content

phrase/phrase-flutter-sdk

phrase/flutter_sdk_example

The Phrase Flutter SDK delivers OTA translation releases to Flutter apps across all supported platforms: iOS, Android, Linux, macOS, and Windows. The example repository demonstrates a full integration.

Setup

  1. Add the Phrase Flutter SDK to your pubspec.yaml
  2. Run the Phrase code generator:
  3. Create a distribution in Phrase Strings and copy the Distribution ID and environment secret from the dashboard or via the Distributions API
  4. Initialize the SDK in main.dart before rendering any strings:
  5. Run your app: