rebellion 0.1.0 copy "rebellion: ^0.1.0" to clipboard
rebellion: ^0.1.0 copied to clipboard

A linter for Flutter's ARB files. Analyze ARB files and find possible issues, find missing translations and sort ARB files

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate rebellion

Use it

The package has the following executables:

$ rebellion

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add rebellion

With Flutter:

 $ flutter pub add rebellion

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

dependencies:
  rebellion: ^0.1.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:rebellion/rebellion.dart';
3
likes
150
points
144
downloads

Publisher

verified publisherrebelappstudio.com

Weekly Downloads

A linter for Flutter's ARB files. Analyze ARB files and find possible issues, find missing translations and sort ARB files

Repository (GitHub)
View/report issues

Topics

#localization #l10n #lints #analysis #analyzer

Documentation

API reference

License

MIT (license)

Dependencies

analyzer, args, collection, equatable, file, json_events, meta, path, yaml

More

Packages that depend on rebellion