select_meal_for_day 1.0.5
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!
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add select_meal_for_dayWith Flutter:
$ flutter pub add select_meal_for_dayThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
select_meal_for_day: ^1.0.5Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:select_meal_for_day/select_meal_for_day.dart';