Category : Translator

Aim Facilitate communication between survivors and relief teams who speak different languages ​​during the great earthquake in Turkey. Project scope The application aims to register translators and users in the database, to store their information in the database, and to enable earthquake victims or other users to communicate with translators. Project Steps: The translator and ..

Read more

Flutter Translate is a fully featured localization / internationalization (i18n) library for Flutter. It lets you define translations for your content in different languages and switch between them easily. Example Features Very easy to use Mobile, Web and Desktop support Pluralization and Duals support Static keys support with flutter_translate_gen Supports both languageCode (en) and languageCode_countryCode (en_US) locale formats Automatically save & restore the selected locale with a simple implementation Full support ..

Read more

Flutter Translation Sheet Generator [fts] Command line application to make your l10n super fast. Compose your strings in yaml/json format and use GoogleSheet for auto translate. WIKI and setup Follow the Wiki pages for detailed instructions on the usage and project examples.  Install: You need to have flutter or dart SDK in your System PATH. flutter pub global activate flutter_translation_sheet Now ..

Read more

Fun Translation Flutter A Flutter project to try out the UI library equinox with BLoC pattern using Fun translation API. Screenshot Getting Started This project is a starting point for a Flutter application. A few resources to get you started if this is your first Flutter project: Lab: Write your first Flutter app Cookbook: Useful Flutter samples For help ..

Read more

localize_and_translate Flutter localization abstract, Really simple Show some  and star the repo Screenshots Tutorial Video Arabic : https://www.youtube.com/watch?v=nfDYussovfQ Methods Method Job init() initialize things, before runApp() translate(‘word’) word translation translate(‘word’,{“key”:”value”}) word translation with replacement arguments | setNewLanguage(context,newLanguage:’en’,restart: true, remember: true,) |change language | | isDirectionRTL() |is Direction RTL check | | currentLanguage |Active language code | | locale |Active Locale | | locals() |Locales list | | delegates |Localization ..

Read more