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

A code generation tool for Flutter GetX internationalization that converts CSV files into type-safe Dart translation classes.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add flutter_getx_i18n

With Flutter:

 $ flutter pub add flutter_getx_i18n

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

dependencies:
  flutter_getx_i18n: ^0.0.1

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

Import it

Now in your Dart code, you can use:

import 'package:flutter_getx_i18n/builder.dart';
import 'package:flutter_getx_i18n/constants.dart';
import 'package:flutter_getx_i18n/csv_i18n_builder.dart';
import 'package:flutter_getx_i18n/model/i18n_config.dart';
import 'package:flutter_getx_i18n/model/language_column.dart';
import 'package:flutter_getx_i18n/model/pubspec_parser.dart';
import 'package:flutter_getx_i18n/validate_i18n.dart';
0
likes
135
points
70
downloads

Documentation

API reference

Publisher

verified publishermaomishen.com

Weekly Downloads

A code generation tool for Flutter GetX internationalization that converts CSV files into type-safe Dart translation classes.

Repository (GitHub)
View/report issues

License

BSD-2-Clause (license)

Dependencies

build, build_config, csv, yaml

More

Packages that depend on flutter_getx_i18n