select_meal_for_day 1.0.0
select_meal_for_day: ^1.0.0 copied to clipboard
BU siz uchun ovqat tanlab beradi.
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);
}