fatsecret_nutrition 0.1.4
fatsecret_nutrition: ^0.1.4 copied to clipboard
A Dart package for interacting with the FatSecret Nutrition API
Changelog #
0.1.4 #
Changed #
- Updated
Foodmodel to useStringtype forfoodIdinstead ofintfor more flexibility - Downgraded
freezeddependency from ^3.0.6 to ^2.3.5 for better compatibility - Downgraded
freezed_annotationdependency from ^3.0.0 to ^2.0.0 for better compatibility
Added #
- New
extensions.dartfile withFoodExtextension providing convenient getters for food images:imageLarge- returns the first food imageimageMedium- returns the second food imageimageSmall- returns the third food image
0.1.2 #
Added #
- Natural Language Processing support:
- Added
processNaturalLanguagemethod to analyze food descriptions - Added comprehensive NLP models for request and response
- Added integration tests for NLP functionality
- Updated example.dart with NLP usage example
- Added support for food data inclusion in NLP responses
- Added support for region and language specification
- Added