hardcoded_strings 0.0.1 copy "hardcoded_strings: ^0.0.1" to clipboard
hardcoded_strings: ^0.0.1 copied to clipboard

Linter which notifies if the user is using hardcoded strings or invalid Ditto keys

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add hardcoded_strings

With Flutter:

 $ flutter pub add hardcoded_strings

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

dependencies:
  hardcoded_strings: ^0.0.1

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

Publisher

verified publishersmaso.it

Linter which notifies if the user is using hardcoded strings or invalid Ditto keys

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

analyzer, analyzer_plugin, args, custom_lint_builder, flutter, freezed_annotation, http, json_annotation, mutex, path

More

Packages that depend on hardcoded_strings