source_helper 1.3.5 copy "source_helper: ^1.3.5" to clipboard
source_helper: ^1.3.5 copied to clipboard

Utilities to help with Dart source code generation. Includes utilities for properly generating String literals from any String value.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add source_helper
copied to clipboard

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

dependencies:
  source_helper: ^1.3.5
copied to clipboard

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:source_helper/source_helper.dart';
copied to clipboard
18
likes
160
points
2.22M
downloads

Publisher

verified publishergoogle.dev

Weekly Downloads

2024.08.08 - 2025.02.20

Utilities to help with Dart source code generation. Includes utilities for properly generating String literals from any String value.

Repository (GitHub)
Contributing

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

analyzer, collection, source_gen

More

Packages that depend on source_helper