to_string_helper_generator 1.1.1
to_string_helper_generator: ^1.1.1 copied to clipboard
Generate code for package to_string_helper. This package is not needed if you want to use to_string_helper without code generation.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add to_string_helper_generatorThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
to_string_helper_generator: ^1.1.1Alternatively, 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:to_string_helper_generator/builder.dart';