getx_multilang_generator 0.0.1 copy "getx_multilang_generator: ^0.0.1" to clipboard
getx_multilang_generator: ^0.0.1 copied to clipboard

getx_multilang_generator is used to facilitate the automatic generation/modification of code in developing multilanguage features that utilize the getX framework.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate getx_multilang_generator

Use it

The package has the following executables:

$ getx_multilang_generator

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add getx_multilang_generator

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  getx_multilang_generator: ^0.0.1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:getx_multilang_generator/domain/entities/convert_csv_to_multilang.dart';
import 'package:getx_multilang_generator/domain/entities/convert_tr_format.dart';
import 'package:getx_multilang_generator/presentation/convert_tr_command.dart';
import 'package:getx_multilang_generator/presentation/import_csv_command.dart';
import 'package:getx_multilang_generator/presentation/invalid_command.dart';
import 'package:getx_multilang_generator/shared/utils/convert_helper.dart';
import 'package:getx_multilang_generator/shared/utils/file_builder.dart';
import 'package:getx_multilang_generator/shared/utils/file_reader.dart';
import 'package:getx_multilang_generator/shared/utils/folder_reader.dart';
1
likes
130
points
24
downloads

Publisher

unverified uploader

Weekly Downloads

getx_multilang_generator is used to facilitate the automatic generation/modification of code in developing multilanguage features that utilize the getX framework.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

csv, flutter, path

More

Packages that depend on getx_multilang_generator