template_string 0.6.0 copy "template_string: ^0.6.0" to clipboard
template_string: ^0.6.0 copied to clipboard

A simple command-line application.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add template_string

With Flutter:

 $ flutter pub add template_string

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

dependencies:
  template_string: ^0.6.0

Alternatively, 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:template_string/template_string.dart';
3
likes
100
pub points
58%
popularity

Publisher

unverified uploader

A simple command-line application.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

intl

More

Packages that depend on template_string