Skip to content

Commit

Permalink
Add required info for publishing separate packages
Browse files Browse the repository at this point in the history
  • Loading branch information
asmodeoux committed Jul 2, 2024
1 parent 209b9e4 commit 79afb3a
Show file tree
Hide file tree
Showing 9 changed files with 58 additions and 30 deletions.
16 changes: 9 additions & 7 deletions flutter_twilio_conversations/example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -322,16 +322,18 @@ packages:
flutter_twilio_conversations_platform_interface:
dependency: transitive
description:
path: "../../flutter_twilio_conversations_platform_interface"
relative: true
source: path
version: "2.0.0"
name: flutter_twilio_conversations_platform_interface
sha256: "0f01f6a21d97463057da208f2e329b634e2bb864c4468608c64a3b6698ac5b93"
url: "https://pub.dev"
source: hosted
version: "2.0.1"
flutter_twilio_conversations_web:
dependency: transitive
description:
path: "../../flutter_twilio_conversations_web"
relative: true
source: path
name: flutter_twilio_conversations_web
sha256: a3370ccde1e602436e1b8a08d5ee0adbbb80833e05271ef7a568925f2be80bdd
url: "https://pub.dev"
source: hosted
version: "2.0.0"
flutter_web_plugins:
dependency: transitive
Expand Down
16 changes: 9 additions & 7 deletions flutter_twilio_conversations/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -86,16 +86,18 @@ packages:
flutter_twilio_conversations_platform_interface:
dependency: "direct main"
description:
path: "../flutter_twilio_conversations_platform_interface"
relative: true
source: path
version: "2.0.0"
name: flutter_twilio_conversations_platform_interface
sha256: "0f01f6a21d97463057da208f2e329b634e2bb864c4468608c64a3b6698ac5b93"
url: "https://pub.dev"
source: hosted
version: "2.0.1"
flutter_twilio_conversations_web:
dependency: "direct main"
description:
path: "../flutter_twilio_conversations_web"
relative: true
source: path
name: flutter_twilio_conversations_web
sha256: a3370ccde1e602436e1b8a08d5ee0adbbb80833e05271ef7a568925f2be80bdd
url: "https://pub.dev"
source: hosted
version: "2.0.0"
flutter_web_plugins:
dependency: transitive
Expand Down
6 changes: 2 additions & 4 deletions flutter_twilio_conversations/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,8 @@ environment:
dependencies:
flutter:
sdk: flutter
flutter_twilio_conversations_platform_interface:
path: ../flutter_twilio_conversations_platform_interface
flutter_twilio_conversations_web:
path: ../flutter_twilio_conversations_web
flutter_twilio_conversations_platform_interface: ^2.0.1
flutter_twilio_conversations_web: ^2.0.0
enum_to_string: ^2.0.1
intl: ^0.19.0

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,2 +1,5 @@
## 2.0.1
* Update README, add useful links to pubspec.yaml

## 2.0.0+10
* First release of platform interface to incorporate web support
2 changes: 1 addition & 1 deletion flutter_twilio_conversations_platform_interface/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
flutter_twilio_conversations_platform_interface
# flutter_twilio_conversations_platform_interface
A common platform interface for the flutter_twilio_conversations plugin.

This interface allows platform-specific implementations of the flutter_twilio_conversations plugin, as well as the plugin itself, to ensure they are supporting the same interface.
Expand Down
6 changes: 3 additions & 3 deletions flutter_twilio_conversations_platform_interface/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: flutter_twilio_conversations_platform_interface
description: A common platform interface for the flutter_twilio_conversations plugin.
# NOTE: We strongly prefer non-breaking changes, even at the expense of a
# less-clean API. See https://flutter.dev/go/platform-interface-breaking-changes
version: 2.0.0
version: 2.0.1
repository: https://github.com/Diversido/flutter_twilio_conversations/tree/main/flutter_twilio_conversations_platform_interface
issue_tracker: https://github.com/Diversido/flutter_twilio_conversations/issues

dependencies:
flutter:
Expand Down
21 changes: 21 additions & 0 deletions flutter_twilio_conversations_web/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2022 Diversido (Yuri Goncharenko)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
9 changes: 5 additions & 4 deletions flutter_twilio_conversations_web/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,11 @@ packages:
flutter_twilio_conversations_platform_interface:
dependency: "direct main"
description:
path: "../flutter_twilio_conversations_platform_interface"
relative: true
source: path
version: "2.0.0"
name: flutter_twilio_conversations_platform_interface
sha256: "0f01f6a21d97463057da208f2e329b634e2bb864c4468608c64a3b6698ac5b93"
url: "https://pub.dev"
source: hosted
version: "2.0.1"
flutter_web_plugins:
dependency: "direct main"
description: flutter
Expand Down
9 changes: 5 additions & 4 deletions flutter_twilio_conversations_web/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: flutter_twilio_conversations_web
description: Web platform implementation of flutter_twilio_conversations_web
version: 2.0.0
repository: https://github.com/Diversido/flutter_twilio_conversations/tree/main/flutter_twilio_conversations_web
issue_tracker: https://github.com/Diversido/flutter_twilio_conversations/issues

flutter:
plugin:
Expand All @@ -15,9 +17,8 @@ dependencies:
sdk: flutter
flutter_web_plugins:
sdk: flutter
flutter_twilio_conversations_platform_interface:
path: ../flutter_twilio_conversations_platform_interface
meta:
flutter_twilio_conversations_platform_interface: ^2.0.1
meta: ^1.12.0
js: ^0.6.4
intl: ^0.19.0
dio: ^5.4.3+1
Expand All @@ -29,4 +30,4 @@ dev_dependencies:

environment:
sdk: ">=2.14.0 <4.0.0"
flutter: '>=1.17.0'
flutter: '>=1.20.0'

0 comments on commit 79afb3a

Please sign in to comment.