fatsecret_nutrition 0.1.0+5
fatsecret_nutrition: ^0.1.0+5 copied to clipboard
A Dart package for interacting with the FatSecret Nutrition API
Changelog #
0.1.0+5 #
Added #
- Initial release of the FatSecret Nutrition API client
- Support for food search, auto-complete, and barcode lookup
- Support for brand search
- Support for food categories and sub-categories
- Comprehensive test coverage
- Example usage in
example/example.dart - Proper logging implementation using the
loggingpackage - Environment variable configuration using
dotenv
Changed #
- Replaced print statements with proper logging in API service and example code
- Improved error handling with detailed logging
- Updated README with comprehensive documentation
- Organized dependencies alphabetically in pubspec.yaml
Fixed #
- Fixed food category ID type handling in models
- Fixed environment variable names in tests
- Fixed linter warnings and errors
- Removed unused http package dependency
0.1.0+4 #
Added #
- Add FoodBrandsGetAllV2Props for brand search parameters
- Add FoodBrandsGetAllV2Response for brand search response
- Add BrandList model for brand list data
- Add searchBrands method to FatSecretNutrition class
- Add comprehensive tests for brand search feature
0.1.0+3 #
- dependency updates
0.1.0+1 #
- feat: add search food
- feat: add get food by id
- feat: add find id for barcode