ez_flutter_translation_generator 1.0.2 copy "ez_flutter_translation_generator: ^1.0.2" to clipboard
ez_flutter_translation_generator: ^1.0.2 copied to clipboard

A simple translation file generator for the EZ Flutter framework using the buildrunner.

EZ Flutter Translation Generator #

EZ Flutter Translation Generator package is a small package for generating and updating translation file for the EZ-Flutter framework.

Table of Contentsb #

  1. Install
  2. Usage
  3. Changelog
  4. Copyright And license

Install #

Update the pubspec.yaml file and add the following line to your dev dependencies.

dev_dependencies:
  ez_flutter_translation_generator: ^1.0.2

Usage #

Create some translation files in /locale. For more information on the translation files structur and naming conventions, check out the documentation at https://ez-flutter.de/docs/translation.

Run the following command in your command line:

flutter pub run build_runner build

This will scan the code for translations and update the translation files by adding the missing translation labels.

Changelog #

For a detailed changelog, see the CHANGELOG.md file

MIT License

Copyright (c) 2019 Ephenodrom

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

0
likes
30
pub points
0%
popularity

Publisher

unverified uploader

A simple translation file generator for the EZ Flutter framework using the buildrunner.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

build

More

Packages that depend on ez_flutter_translation_generator