source_helper 1.3.9
source_helper: ^1.3.9 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_helperWith Flutter:
$ flutter pub add source_helperThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
source_helper: ^1.3.9Alternatively, 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:source_helper/source_helper.dart';