menuella_food_safety 1.3.0
menuella_food_safety: ^1.3.0 copied to clipboard
Open allergen and additive vocabulary for restaurant menus: 28 allergen keys from EU Reg. 1169/2011, 22 declarations, icons and six languages. Semantic keys, not numbers.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add menuella_food_safetyWith Flutter:
$ flutter pub add menuella_food_safetyThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
menuella_food_safety: ^1.3.0Alternatively, 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:menuella_food_safety/menuella_food_safety.dart';