Just a list of fortune_1000_companies to be used for the greater good.
import 'package:fortune_1000_companies/fortune_1000_companies.dart';
main() {
fortune_1000_companies.forEach(print); // A bunch of names...
getRandomCompanyName(); // Safeway
getRandomCompanyName(); // Walmart
}
fortune_1000_companies 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.