source_transformer 0.1.1 copy "source_transformer: ^0.1.1" to clipboard
source_transformer: ^0.1.1 copied to clipboard

discontinued
Dart 1 only

Patterns for easily re-writing source code

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add source_transformer

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

dependencies:
  source_transformer: ^0.1.1

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_transformer/source_transformer.dart';
0
likes
20
pub points
0%
popularity

Publisher

unverified uploader

Patterns for easily re-writing source code

Repository
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

analyzer, collection, meta, quiver, source_span

More

Packages that depend on source_transformer