Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 894 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 894 Bytes

Flutter “Over the Air” sample app

Flutter sample app with “Over the Air” translation updates

demo

Setup

  • Clone the repo
  • Run flutter pub get & flutter pub run localizely_sdk:generate commands
  • Create a new project on the Localizely platform and upload ARB files from the lib\l10n folder
  • Create new distribution and SDK token for the created project
  • Set distribution ID and SDK token from the Localizely platform in the lib\main.dart file
  • Run the app on a device
  • Update translations and add a new release to the created distribution to see translation updates

Useful links