Yahya Jirari

Results 3 issues of 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:''); ```

📚 Documentation
user agent
:star: top issue

## 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...