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

outdated

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

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

dependencies:
  source_helper: ^1.1.0

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';
16
likes
0
pub points
94%
popularity

Publisher

verified publishergoogle.dev

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

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

analyzer, collection, source_gen

More

Packages that depend on source_helper