Flutter sample app with “Over the Air” translation updates
- Clone the repo
- Run
flutter pub get&flutter pub run localizely_sdk:generatecommands - Create a new project on the Localizely platform and upload ARB files from the
lib\l10nfolder - Create new distribution and SDK token for the created project
- Set distribution ID and SDK token from the Localizely platform in the
lib\main.dartfile - Run the app on a device
- Update translations and add a new release to the created distribution to see translation updates
