Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
asmodeoux committed Aug 30, 2024
1 parent e2c5759 commit 9fc454f
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 23 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ No special setup required, most of the tips on Console setup can be found in [Tw
## Tutorial for uploading new versions
```sh
# Start by uploading a new version of the Platform interface
$ cd flutter_twilio_conversations_platform_interface && flutter pub get && dart pub publish
$ (cd flutter_twilio_conversations_platform_interface && flutter pub get && dart pub publish)
# Then wait several minutes and upload the new Web package, which depends on the new version of the interface
$ cd .. && cd flutter_twilio_conversations_web && flutter pub upgrade && dart pub publish
$ (cd flutter_twilio_conversations_web && flutter pub upgrade && dart pub publish)
# Then wait several minutes and upload the new main package, which depends on both other packages
$ cd .. && cd flutter_twilio_conversations && flutter pub upgrade && dart pub publish
$ (cd flutter_twilio_conversations && flutter pub upgrade && dart pub publish)
```


Expand Down
28 changes: 14 additions & 14 deletions flutter_twilio_conversations/example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,10 @@ packages:
dependency: transitive
description:
name: coverage
sha256: "576aaab8b1abdd452e0f656c3e73da9ead9d7880e15bdc494189d9c1a1baf0db"
sha256: c1fb2dce3c0085f39dc72668e85f8e0210ec7de05345821ff58530567df345a5
url: "https://pub.dev"
source: hosted
version: "1.9.0"
version: "1.9.2"
cross_file:
dependency: transitive
description:
Expand Down Expand Up @@ -303,10 +303,10 @@ packages:
dependency: transitive
description:
name: flutter_plugin_android_lifecycle
sha256: "9d98bd47ef9d34e803d438f17fd32b116d31009f534a6fa5ce3a1167f189a6de"
sha256: "9ee02950848f61c4129af3d6ec84a1cfc0e47931abc746b03e7a3bc3e8ff6eda"
url: "https://pub.dev"
source: hosted
version: "2.0.21"
version: "2.0.22"
flutter_redux:
dependency: "direct main"
description:
Expand All @@ -326,23 +326,23 @@ packages:
path: ".."
relative: true
source: path
version: "2.0.5+15"
version: "2.0.6+16"
flutter_twilio_conversations_platform_interface:
dependency: "direct dev"
dependency: transitive
description:
name: flutter_twilio_conversations_platform_interface
sha256: f2e61066db7e34d45179baca2c0c4a16a06697490f1e08fe73e7f0562c7d1ac8
sha256: cfc9fcfde097e4b4bd93edd361c46cee655d2d92579388901f51f7f5f565c875
url: "https://pub.dev"
source: hosted
version: "2.0.5"
version: "2.0.6"
flutter_twilio_conversations_web:
dependency: transitive
description:
name: flutter_twilio_conversations_web
sha256: a70002bcb69e426ed6d0c3c7890b6d2337af118ddb8ae9c9daa20d1028d69d94
sha256: "786af4b0ad35301181343a8de0f3466734ea548857eda43c9bf101c343b78c86"
url: "https://pub.dev"
source: hosted
version: "2.0.5"
version: "2.0.6"
flutter_web_plugins:
dependency: transitive
description: flutter
Expand Down Expand Up @@ -557,10 +557,10 @@ packages:
dependency: transitive
description:
name: mime
sha256: "2e123074287cc9fd6c09de8336dae606d1ddb88d9ac47358826db698c176a1f2"
sha256: "801fd0b26f14a4a58ccb09d5892c3fbdeff209594300a542492cf13fba9d247a"
url: "https://pub.dev"
source: hosted
version: "1.0.5"
version: "1.0.6"
node_preamble:
dependency: transitive
description:
Expand Down Expand Up @@ -770,10 +770,10 @@ packages:
dependency: transitive
description:
name: source_map_stack_trace
sha256: "84cf769ad83aa6bb61e0aa5a18e53aea683395f196a6f39c4c881fb90ed4f7ae"
sha256: c0713a43e323c3302c2abe2a1cc89aa057a387101ebd280371d6a6c9fa68516b
url: "https://pub.dev"
source: hosted
version: "2.1.1"
version: "2.1.2"
source_maps:
dependency: transitive
description:
Expand Down
8 changes: 4 additions & 4 deletions flutter_twilio_conversations/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -95,18 +95,18 @@ packages:
dependency: "direct main"
description:
name: flutter_twilio_conversations_platform_interface
sha256: f2e61066db7e34d45179baca2c0c4a16a06697490f1e08fe73e7f0562c7d1ac8
sha256: cfc9fcfde097e4b4bd93edd361c46cee655d2d92579388901f51f7f5f565c875
url: "https://pub.dev"
source: hosted
version: "2.0.5"
version: "2.0.6"
flutter_twilio_conversations_web:
dependency: "direct main"
description:
name: flutter_twilio_conversations_web
sha256: a70002bcb69e426ed6d0c3c7890b6d2337af118ddb8ae9c9daa20d1028d69d94
sha256: "786af4b0ad35301181343a8de0f3466734ea548857eda43c9bf101c343b78c86"
url: "https://pub.dev"
source: hosted
version: "2.0.5"
version: "2.0.6"
flutter_web_plugins:
dependency: transitive
description: flutter
Expand Down
3 changes: 3 additions & 0 deletions flutter_twilio_conversations_platform_interface/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 2.0.6
* Minor fixes: [#38](https://github.com/Diversido/flutter_twilio_conversations/issues/38)

## 2.0.4
* Added optional `webChannel` parameter to `registerForNotification` and `unregisterForNotification` methods

Expand Down
4 changes: 2 additions & 2 deletions flutter_twilio_conversations_web/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,10 @@ packages:
dependency: "direct main"
description:
name: flutter_twilio_conversations_platform_interface
sha256: f2e61066db7e34d45179baca2c0c4a16a06697490f1e08fe73e7f0562c7d1ac8
sha256: cfc9fcfde097e4b4bd93edd361c46cee655d2d92579388901f51f7f5f565c875
url: "https://pub.dev"
source: hosted
version: "2.0.5"
version: "2.0.6"
flutter_web_plugins:
dependency: "direct main"
description: flutter
Expand Down

0 comments on commit 9fc454f

Please sign in to comment.