fatsecret_nutrition 0.1.4 copy "fatsecret_nutrition: ^0.1.4" to clipboard
fatsecret_nutrition: ^0.1.4 copied to clipboard

A Dart package for interacting with the FatSecret Nutrition API

Changelog #

0.1.4 #

Changed #

  • Updated Food model to use String type for foodId instead of int for more flexibility
  • Downgraded freezed dependency from ^3.0.6 to ^2.3.5 for better compatibility
  • Downgraded freezed_annotation dependency from ^3.0.0 to ^2.0.0 for better compatibility

Added #

  • New extensions.dart file with FoodExt extension providing convenient getters for food images:
    • imageLarge - returns the first food image
    • imageMedium - returns the second food image
    • imageSmall - returns the third food image

0.1.2 #

Added #

  • Natural Language Processing support:
    • Added processNaturalLanguage method 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

0.1.1 #

Added #

  • Support for recipe-related features:
    • Added getRecipeById
1
likes
150
points
90
downloads

Publisher

verified publisherf3software.com

Weekly Downloads

A Dart package for interacting with the FatSecret Nutrition API

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

dio, dotenv, freezed_annotation, json_annotation, logging, sortedmap

More

Packages that depend on fatsecret_nutrition