From fe52bad5bc84eb47ac3401106f12c9e9e06a4a30 Mon Sep 17 00:00:00 2001 From: Christian Pauly Date: Sat, 4 Jan 2020 10:21:54 +0000 Subject: [PATCH] [Readme] update --- README.md | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index c0ac0c2..2b95b35 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Matrix SDK for the famedly talk app written in dart. ## API -The API is documented here: [famedly.gitlab.io/famedlysdk](https://famedly.gitlab.io/famedlysdk/) +The API is documented here: [famedly.gitlab.io/famedlysdk/famedlysdk/famedlysdk-library.html](https://famedly.gitlab.io/famedlysdk/famedlysdk/famedlysdk-library.html) ## How to use this @@ -30,10 +30,10 @@ Client matrix = Client("HappyChat"); ``` Take a look here for an example store: -https://gitlab.com/famedly/famedlysdk/snippets/1904187 +[https://gitlab.com/ChristianPauly/fluffychat-flutter/snippets](https://gitlab.com/ChristianPauly/fluffychat-flutter/snippets) ```dart -Client matrix = Client("HappyChat", store: Store(this)); +Client matrix = Client("HappyChat"); ``` 3. Connect to a Matrix Homeserver and listen to the streams: @@ -68,13 +68,3 @@ final resp = await matrix.jsonRequest( } ); ``` - -## Development - -### Regenerating JSON Classes - -To regenerate the part files of JSON Classes you need to run this command: - -```bash -flutter pub run build_runner build -``` \ No newline at end of file