flutter_pseudolocalizor 0.5.0 copy "flutter_pseudolocalizor: ^0.5.0" to clipboard
flutter_pseudolocalizor: ^0.5.0 copied to clipboard

A Pseudolocalization tool for Flutter and Dart which generates pseudo, nonsensical translations for multiple languages from a given English source.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add flutter_pseudolocalizor

With Flutter:

 $ flutter pub add flutter_pseudolocalizor

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

dependencies:
  flutter_pseudolocalizor: ^0.5.0

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_pseudolocalizor/flutter_pseudolocalizor.dart';
7
likes
150
points
258
downloads

Publisher

verified publisherdefuncart.com

Weekly Downloads

A Pseudolocalization tool for Flutter and Dart which generates pseudo, nonsensical translations for multiple languages from a given English source.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

collection, meta, yaml

More

Packages that depend on flutter_pseudolocalizor