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

Extracts hard-coded magic strings and numbers from Dart and Flutter sources into AppStrings / AppNumbers constants and rewrites the call sites for you.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate magic_value_extractor

Use it

The package has the following executables:

$ magic_value_extractor

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add magic_value_extractor

With Flutter:

 $ flutter pub add magic_value_extractor

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

dependencies:
  magic_value_extractor: ^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:magic_value_extractor/magic_value_extractor.dart';
0
likes
160
points
7
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Extracts hard-coded magic strings and numbers from Dart and Flutter sources into AppStrings / AppNumbers constants and rewrites the call sites for you.

Repository (GitHub)
View/report issues

Topics

#cli #refactoring #constants #codegen #i18n

License

MIT (license)

Dependencies

analyzer, args, path

More

Packages that depend on magic_value_extractor