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

A list of superheros.

superheros #

Pub Build Status

Just a list of superheros to be used for the greater good.

Usage #

import 'package:superheros/superheros.dart';

main() {
  superHeros.forEach(print);

  getRandomHeroName(); // Spiderman
  getRandomHeroName(); // Wonder Man
}

Development #

Superheros leverages the dart_dev package for most of its tooling needs, including static analysis, code formatting, running tests, collecting coverage, and serving examples. Check out the dart_dev readme for more information.

Testing - pub run dart_dev test

Formatting - pub run dart_dev format

0
likes
30
pub points
0%
popularity

Publisher

unverified uploader

A list of superheros.

Repository
View/report issues

License

MIT (LICENSE)

More

Packages that depend on superheros