select_meal_for_day 1.0.5 copy "select_meal_for_day: ^1.0.5" to clipboard
select_meal_for_day: ^1.0.5 copied to clipboard

A Dart package that selects meals for the day. Let us handle the randomness for you!

example/select_meal_for_day_example.dart

import 'package:select_meal_for_day/select_meal_for_day.dart';

void main() {
  String meal = SelectMealForDay.selectMealForDay(1);
  print(meal);
}
3
likes
155
points
41
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Dart package that selects meals for the day. Let us handle the randomness for you!

Repository (GitHub)

License

MIT (license)

More

Packages that depend on select_meal_for_day