← Back to projects

2025-2026

solvro_translator

FlutterDartopen-sourcepub.dev

The Solvro Translator family of pub.dev packages (core, generator and a Drift-cache Flutter variant) handles translations in Solvro's Flutter apps.

The core package provides annotations, types and pure logic, while the generator wires it up with code generation - published openly on pub.dev.

This translates dynamic content from the app to different languages. Standard Flutter hardcoded translations are used for static content and this package is used for dynamic content.

We also implemented an open source backend microservice that can be used in duo with this package.