markup_analyzer 1.0.4 copy "markup_analyzer: ^1.0.4" to clipboard
markup_analyzer: ^1.0.4 copied to clipboard

This tool checks the markup of a Flutter project and generates a report.

Markup Analyzer #

Description #

This tool checks if there are any untranslated strings in your presentation layer.

Installing dependencies #

dart pub get test_localization

Create configuration file #

Create a markup_analyzer.yaml file in the root of your project with the following content:

# The path to the directory checking 
output: lib/presentation

Usage #

Run the script with the following command:

dart run test_localization

Options #

  • -h, --help: Output usage information.
  • --version: Output the version of the tool.
4
likes
160
pub points
6%
popularity

Publisher

verified publishercontributors.info

This tool checks the markup of a Flutter project and generates a report.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

args, path, yaml

More

Packages that depend on markup_analyzer