picocog_dart 1.0.6 copy "picocog_dart: ^1.0.6" to clipboard
picocog_dart: ^1.0.6 copied to clipboard

Picocog is a tiny Dart library for use in formatting text programatically (indents and placeholders) for the purposes of source code generation.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add picocog_dart

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

dependencies:
  picocog_dart: ^1.0.6

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:picocog_dart/picocog_dart.dart';
1
likes
40
pub points
0%
popularity

Publisher

unverified uploader

Picocog is a tiny Dart library for use in formatting text programatically (indents and placeholders) for the purposes of source code generation.

Repository (GitHub)
View/report issues

License

Apache-2.0 (LICENSE)

More

Packages that depend on picocog_dart