Marco
07a16c0642
This fixes a bug that was caused by a name containing a comma. We store the food entries in a csv so logically a comma in the name, causes the parser to crash. We fix this, by wrapping the name in quotation marks and writing a new parser for food entries.
38 lines
725 B
YAML
38 lines
725 B
YAML
name: calorimeter
|
|
description: "A new Flutter project."
|
|
publish_to: 'none'
|
|
version: 1.1.0
|
|
|
|
environment:
|
|
sdk: ^3.5.3
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
flutter_bloc: ^8.1.6
|
|
flutter_localizations:
|
|
sdk: flutter
|
|
intl: any
|
|
path_provider: ^2.1.4
|
|
settings_ui: ^2.0.2
|
|
universal_platform: ^1.1.0
|
|
uuid: ^4.5.0
|
|
barcode_scan2: ^4.3.3
|
|
provider: ^6.1.2
|
|
test: ^1.25.7
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
flutter_lints: ^4.0.0
|
|
flutter_launcher_icons: "^0.13.1"
|
|
|
|
flutter:
|
|
uses-material-design: true
|
|
|
|
flutter_launcher_icons:
|
|
android: "launcher_icon"
|
|
image_path: "assets/icon.png"
|
|
adaptive_icon_background: "assets/icon_background.png"
|
|
adaptive_icon_foreground: "assets/icon.png"
|