Yahya Jirari
Yahya Jirari
**Describe the bug** https://github.com/openfoodfacts/openfoodfacts-dart/blob/master/DOCUMENTATION.md#user-agent-http-header ``` OpenFoodAPIClient.userAgent = UserAgent(name: '', version: '', system:'', url:'', comment:''); ``` it should be ``` OpenFoodAPIConfiguration.userAgent = UserAgent(name: '', version: '', system:'', url:'', comment:''); ```
## Description Engine is "rag_engine" not "rag"
Allows passing custom SQL via PowerSyncDatabase constructor Useful to define triggers that maintain a computed value, a common read optimization Haven't tested yet the behavior with downstream synced rows Open...