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

A CLI tool to clean translations files for Easy Localization package.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate easy_cleaner

Use it

The package has the following executables:

$ easy_cleaner

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add easy_cleaner

With Flutter:

 $ flutter pub add easy_cleaner

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

dependencies:
  easy_cleaner: ^1.0.2

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:easy_cleaner/easy_cleaner.dart';
0
likes
150
pub points
0%
popularity

Publisher

unverified uploader

A CLI tool to clean translations files for Easy Localization package.

Homepage
Repository (GitHub)
View/report issues

Topics

#localization

Documentation

API reference

License

MIT (license)

Dependencies

analyzer, args, glob

More

Packages that depend on easy_cleaner