Skip to content

Commit b5d38d4

Browse files
committed
docs: update pubspec.yaml for multiple modules
- Updated repository links in `pubspec.yaml` for clarity on module locations. - Enhanced module descriptions for `ensemble_stripe` to include support details for Stripe Elements and Payment Intents. - Ensured consistent documentation links across `pubspec.yaml` files for `ensemble_chat`, `ensemble_bluetooth`, `ensemble_network_info`, `ensemble_stripe`, and `ensemble_file_manager`.
1 parent 414360c commit b5d38d4

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

modules/chat/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: ensemble_chat
22
description: Chat widget and AI chat helpers for Ensemble apps.
33
homepage: https://ensembleui.com
4-
repository: https://github.com/EnsembleUI/ensemble
4+
repository: https://github.com/EnsembleUI/ensemble/tree/main/modules/chat
55
issue_tracker: https://github.com/EnsembleUI/ensemble/issues
66
documentation: https://github.com/EnsembleUI/ensemble/tree/main/modules/chat#readme
77
topics:

modules/ensemble_bluetooth/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: ensemble_bluetooth
22
description: Bluetooth Low Energy scanning and connection support for Ensemble apps.
33
homepage: https://ensembleui.com
4-
repository: https://github.com/EnsembleUI/ensemble
4+
repository: https://github.com/EnsembleUI/ensemble/tree/main/modules/ensemble_bluetooth
55
issue_tracker: https://github.com/EnsembleUI/ensemble/issues
66
documentation: https://github.com/EnsembleUI/ensemble/tree/main/modules/ensemble_bluetooth#readme
77
topics:

modules/ensemble_network_info/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: ensemble_network_info
22
description: Wi-Fi and network metadata provider for Ensemble apps.
33
homepage: https://ensembleui.com
4-
repository: https://github.com/EnsembleUI/ensemble
4+
repository: https://github.com/EnsembleUI/ensemble/tree/main/modules/ensemble_network_info
55
issue_tracker: https://github.com/EnsembleUI/ensemble/issues
66
documentation: https://github.com/EnsembleUI/ensemble/tree/main/modules/ensemble_network_info#readme
77
topics:

modules/ensemble_stripe/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: ensemble_stripe
2-
description: Stripe payment integration for Ensemble framework
2+
description: Stripe payment integration for Ensemble framework with support for Stripe Elements and Stripe Payment Intents.
33
homepage: https://ensembleui.com
4-
repository: https://github.com/EnsembleUI/ensemble
4+
repository: https://github.com/EnsembleUI/ensemble/tree/main/modules/ensemble_stripe
55
issue_tracker: https://github.com/EnsembleUI/ensemble/issues
66
documentation: https://github.com/EnsembleUI/ensemble/tree/main/modules/ensemble_stripe#readme
77
topics:

modules/file_manager/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: ensemble_file_manager
22
description: File picking and gallery-saving implementation for Ensemble apps.
33
homepage: https://ensembleui.com
4-
repository: https://github.com/EnsembleUI/ensemble
4+
repository: https://github.com/EnsembleUI/ensemble/tree/main/modules/file_manager
55
issue_tracker: https://github.com/EnsembleUI/ensemble/issues
66
documentation: https://github.com/EnsembleUI/ensemble/tree/main/modules/file_manager#readme
77
topics:

0 commit comments

Comments
 (0)