index_page 0.1.0 copy "index_page: ^0.1.0" to clipboard
index_page: ^0.1.0 copied to clipboard

discontinued
Dart 1 only

Transformer which outputs a simple index.html file in all folders under web when one is not already present.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add index_page

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

dependencies:
  index_page: ^0.1.0

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:index_page/transformer.dart';
0
likes
30
points
10
downloads

Publisher

unverified uploader

Weekly Downloads

Transformer which outputs a simple index.html file in all folders under web when one is not already present.

Repository (GitHub)
View/report issues
Contributing

License

BSD-3-Clause (license)

Dependencies

barback, path

More

Packages that depend on index_page