thechirinos / animal_names

A Dart package with a ton of animal names

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

animal_names

A package containing a list of 1750 animal names. Useful for test projects while learning about Dart/Flutter.

Usage

Printing all 1750 animal names:

import 'package:animal_names/animal_names.dart';

main() {
  all_animals.forEach(print);
}

Features and bugs

Please file feature requests and bugs at the issue tracker.

About

A Dart package with a ton of animal names

License:BSD 2-Clause "Simplified" License


Languages

Language:Dart 100.0%