l10n_translator

Last updated:

0 purchases

l10n_translator Image
l10n_translator Images
Add to Cart

Description:

l10n translator

l10n_translator #
Supply Translations to your Flutter app.

The idea behind this library package is to allow your app to easily display its text in any number of supported translations. Those translations are stored in a easily readable Map varibles accessed by developers and non-developers alike.
Sample App
Use the example app that accompanies this library package can be implemented and used in your Flutter app: example
Installing
I don't always like the version number suggested in the 'Installing' page.
Instead, always go up to the 'Major' value in the semantic version number when installing my library packages. This means always entering a version number with then two trailing zeros, '.0.0'. This allows you to take in any 'minor' versions introducing new features, or in this case, any 'patch' versions that involves bugfixes. Semantic version numbers are always in this format: major.minor.patch.

patch - I've made bugfixes
minor - I've introduced new features
major - I've essentially made a new app. It's broken backwards-compatibility and has a completely new user experience. You won't get this version until you increment the major number in the pubspec.yaml file.

And so, in this case, add this to your package's pubspec.yaml file instead:
dependencies:
l10n_translator:^1.0.0
copied to clipboard
Documentation
Tap image below for free article on Medium.com:


Other Dart Packages

Other Dart packages from the author can also be found at Pub.dev

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.