excel2l10n 0.1.4 excel2l10n: ^0.1.4 copied to clipboard
A tool to convert excel to l10n files.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add excel2l10n
With Flutter:
$ flutter pub add excel2l10n
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
excel2l10n: ^0.1.4
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:excel2l10n/excel/excel.dart';
import 'package:excel2l10n/exporter/exporter.dart';
import 'package:excel2l10n/platform/feishu.dart';
import 'package:excel2l10n/platform/platform.dart';
import 'package:excel2l10n/settings.dart';
import 'package:excel2l10n/target/arb.dart';
import 'package:excel2l10n/target/getx.dart';
import 'package:excel2l10n/target/localizations.dart';
import 'package:excel2l10n/target/target.dart';