readme_helper 0.1.2 copy "readme_helper: ^0.1.2" to clipboard
readme_helper: ^0.1.2 copied to clipboard

Helpful code generator for README.md and other markdown files.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add readme_helper

With Flutter:

 $ flutter pub add readme_helper

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

dependencies:
  readme_helper: ^0.1.2

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:readme_helper/code.dart';
import 'package:readme_helper/code_utils.dart';
import 'package:readme_helper/include.dart';
import 'package:readme_helper/lines.dart';
import 'package:readme_helper/process_file.dart';
import 'package:readme_helper/space.dart';
import 'package:readme_helper/toc.dart';
5
likes
120
pub points
35%
popularity

Publisher

verified publisherfelix-blaschke.de

Helpful code generator for README.md and other markdown files.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

More

Packages that depend on readme_helper