[llc] update changelog and readme

This commit is contained in:
Salvatore Giordano
2021-02-01 15:13:59 +01:00
parent fe45b2ef6e
commit 4e6d64064e
3 changed files with 52 additions and 18 deletions
@@ -44,6 +44,24 @@ final chatPersistentClient = StreamChatPersistenceClient(
And you are ready to go...
## Flutter Web
Due to Moor web (for offline storage) you need to include the sql.js library:
```html
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<script defer src="sql-wasm.js"></script>
<script defer src="main.dart.js" type="application/javascript"></script>
</head>
<body></body>
</html>
```
You can grab the latest version of sql-wasm.js and sql-wasm.wasm [here](https://github.com/sql-js/sql.js/releases) and copy them into your `/web` folder.
## Contributing
We welcome code changes that improve this library or fix a problem,