Skip to content

Repository files navigation

Phrase SDK for Flutter example

Flutter demo application to see Phrase OTA in action

Installation steps

  • Clone this project
  • Run flutter pub get to get the dependencies
  • Run dart run phrase to perform necessary code generation
  • Create new translation project on https://phrase.com/
  • Upload ARB files for translation
  • Create the OTA distribution
  • Copy its ID and secret into main.dart:
voidmain() {
Phrase.setup("[DISTRIBUTION_ID]", "[ENVIRONMENT_ID]");
runApp(MyApp());
}
  • Run the project on your device
flutter run

To see the list of devices run:

flutter devices

About

Flutter demo application for Phrase OTA

Topics

Resources

Stars

0 stars

Watchers

12 watching

Forks

Releases

Used by

Contributors

Languages