Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ homepage: https://flutter.unified-design-system.orange.com
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix.
version: 2.0.0+120
version: 2.1.0+120

environment:
sdk: ^3.9.0
Expand Down Expand Up @@ -52,19 +52,19 @@ dependencies:
# URL Lancher.
url_launcher: ^6.0.3
# Core
ouds_core: ^2.0.0
ouds_core: ^2.1.0
# Global raw token
ouds_global_raw_tokens: ^2.0.0
ouds_global_raw_tokens: ^2.1.0
# Orange Theme contract
ouds_theme_contract: ^2.0.0
ouds_theme_contract: ^2.1.0
# Orange Theme
ouds_theme_orange: ^2.0.0
ouds_theme_orange: ^2.1.0
# Orange Compact Theme
ouds_theme_orange_compact: ^2.0.0
ouds_theme_orange_compact: ^2.1.0
# Sosh Theme
ouds_theme_sosh: ^2.0.0
ouds_theme_sosh: ^2.1.0
# Wireframe Theme
ouds_theme_wireframe: ^2.0.0
ouds_theme_wireframe: ^2.1.0

package_info_plus: ^8.3.1
# App Settings
Expand Down
12 changes: 6 additions & 6 deletions ouds_core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,17 +174,17 @@ It is intended to replace internal frameworks and the previous [ODS](https://git

```yaml
# Core
ouds_core: ^2.0.0
ouds_core: ^2.1.0
# Orange Theme contract
ouds_theme_contract: ^2.0.0
ouds_theme_contract: ^2.1.0
# Orange Theme
ouds_theme_orange: ^2.0.0
ouds_theme_orange: ^2.1.0
# Orange Theme Compact
ouds_theme_orange_compact: ^2.0.0
ouds_theme_orange_compact: ^2.1.0
# Sosh Theme
ouds_theme_sosh: ^2.0.0
ouds_theme_sosh: ^2.1.0
# Wireframe Theme
ouds_theme_wireframe: ^2.0.0
ouds_theme_wireframe: ^2.1.0

dependency_overrides:
intl: ^0.20.2
Expand Down
4 changes: 2 additions & 2 deletions ouds_core/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: ouds_core
description: 'Contains the main elements of the OUDS Flutter library.'
repository: https://github.com/Orange-OpenSource/ouds-flutter
homepage: https://flutter.unified-design-system.orange.com
version: 2.0.0
version: 2.1.0

environment:
sdk: ^3.9.0
Expand All @@ -20,7 +20,7 @@ dependencies:
# Flutter svg
flutter_svg: ^2.2.3
# ouds_theme_contract
ouds_theme_contract: ^2.0.0
ouds_theme_contract: ^2.1.0
# ouds_accessibility_plugin
ouds_accessibility_plugin: ^0.2.0
# phone number handling
Expand Down
2 changes: 1 addition & 1 deletion ouds_global_raw_tokens/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ To use **Ouds Global Raw Tokens**, add it as a dependency in your `pubspec.yaml`

```yaml
dependencies:
ouds_global_raw_tokens: ^2.0.0
ouds_global_raw_tokens: ^2.1.0
```

## Additional information
Expand Down
2 changes: 1 addition & 1 deletion ouds_global_raw_tokens/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: ouds_global_raw_tokens
description: 'Raw tokens are basic design values (e.g., colors, typography) used to create a flexible and consistent theme'
repository: https://github.com/Orange-OpenSource/ouds-flutter
homepage: https://flutter.unified-design-system.orange.com
version: 2.0.0
version: 2.1.0

environment:
sdk: ^3.9.0
Expand Down
2 changes: 1 addition & 1 deletion ouds_theme_contract/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ To use **Ouds Theme Contract**, add it as a dependency in your `pubspec.yaml` fi

```yaml
dependencies:
ouds_theme_contract: ^2.0.0
ouds_theme_contract: ^2.1.0
```

## Package Structure
Expand Down
4 changes: 2 additions & 2 deletions ouds_theme_contract/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: ouds_theme_contract
description: 'Defines the interface for theming in the OUDS framework, ensuring consistent application of design tokens.'
repository: https://github.com/Orange-OpenSource/ouds-flutter
homepage: https://flutter.unified-design-system.orange.com
version: 2.0.0
version: 2.1.0

environment:
sdk: ^3.9.0
Expand All @@ -14,7 +14,7 @@ dependencies:
flutter:
sdk: flutter
# Global raw token
ouds_global_raw_tokens: ^2.0.0
ouds_global_raw_tokens: ^2.1.0

dev_dependencies:
flutter_test:
Expand Down
2 changes: 1 addition & 1 deletion ouds_theme_orange/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependency in your `pubspec.yaml` file.

```yaml
dependencies:
ouds_theme_orange: ^2.0.0
ouds_theme_orange: ^2.1.0
```

## Additional information
Expand Down
10 changes: 5 additions & 5 deletions ouds_theme_orange/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: ouds_theme_orange
description: 'Orange theme implementation for OUDS, with branding-specific design tokens.'
repository: https://github.com/Orange-OpenSource/ouds-flutter
homepage: https://flutter.unified-design-system.orange.com
version: 2.0.0
version: 2.1.0

environment:
sdk: ^3.9.0
Expand All @@ -14,13 +14,13 @@ dependencies:
flutter:
sdk: flutter
# Core
ouds_core: ^2.0.0
ouds_core: ^2.1.0
# Theme contract
ouds_theme_contract: ^2.0.0
ouds_theme_contract: ^2.1.0
# Global raw token
ouds_global_raw_tokens: ^2.0.0
ouds_global_raw_tokens: ^2.1.0

path_provider: ^2.0.0
path_provider: ^2.1.0
http: ^1.6.0

dev_dependencies:
Expand Down
2 changes: 1 addition & 1 deletion ouds_theme_orange_compact/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ To use **Theme Orange Compact**, add it as a dependency in your `pubspec.yaml` f

```yaml
dependencies:
ouds_theme_orange_compact: ^2.0.0
ouds_theme_orange_compact: ^2.1.0
```

## Other OUDS Libraries
Expand Down
10 changes: 5 additions & 5 deletions ouds_theme_orange_compact/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: ouds_theme_orange_compact
description: 'Orange Compact theme implementation for OUDS, with branding-specific design tokens optimized for compact displays.'
repository: https://github.com/Orange-OpenSource/ouds-flutter
homepage: https://flutter.unified-design-system.orange.com
version: 2.0.0
version: 2.1.0

environment:
sdk: ^3.9.0
Expand All @@ -15,13 +15,13 @@ dependencies:
sdk: flutter

# Core
ouds_core: ^2.0.0
ouds_core: ^2.1.0
# Theme contract
ouds_theme_contract: ^2.0.0
ouds_theme_contract: ^2.1.0
# Global raw token
ouds_global_raw_tokens: ^2.0.0
ouds_global_raw_tokens: ^2.1.0
# Orange Theme
ouds_theme_orange: ^2.0.0
ouds_theme_orange: ^2.1.0

dev_dependencies:
flutter_test:
Expand Down
2 changes: 1 addition & 1 deletion ouds_theme_sosh/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ To use **Theme Sosh**, add it as a dependency in your `pubspec.yaml` file.

```yaml
dependencies:
ouds_theme_sosh: ^2.0.0
ouds_theme_sosh: ^2.1.0
```

## Other OUDS Libraries
Expand Down
8 changes: 4 additions & 4 deletions ouds_theme_sosh/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: ouds_theme_sosh
description: 'Sosh theme implementation for OUDS, with branding-specific design tokens.'
repository: https://github.com/Orange-OpenSource/ouds-flutter
homepage: https://flutter.unified-design-system.orange.com
version: 2.0.0
version: 2.1.0

environment:
sdk: ^3.9.0
Expand All @@ -14,11 +14,11 @@ dependencies:
flutter:
sdk: flutter
# Core
ouds_core: ^2.0.0
ouds_core: ^2.1.0
# Theme contract
ouds_theme_contract: ^2.0.0
ouds_theme_contract: ^2.1.0
# Global raw token
ouds_global_raw_tokens: ^2.0.0
ouds_global_raw_tokens: ^2.1.0

dev_dependencies:
flutter_test:
Expand Down
2 changes: 1 addition & 1 deletion ouds_theme_wireframe/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ To use **Theme Wireframe**, add it as a dependency in your `pubspec.yaml` file.

```yaml
dependencies:
ouds_theme_wireframe: ^2.0.0
ouds_theme_wireframe: ^2.1.0
```

## Other OUDS Libraries
Expand Down
8 changes: 4 additions & 4 deletions ouds_theme_wireframe/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: ouds_theme_wireframe
description: 'Wireframe theme implementation for OUDS, with branding-specific design tokens.'
repository: https://github.com/Orange-OpenSource/ouds-flutter
homepage: https://flutter.unified-design-system.orange.com
version: 2.0.0
version: 2.1.0

environment:
sdk: ^3.9.0
Expand All @@ -14,11 +14,11 @@ dependencies:
flutter:
sdk: flutter
# Core
ouds_core: ^2.0.0
ouds_core: ^2.1.0
# Theme contract
ouds_theme_contract: ^2.0.0
ouds_theme_contract: ^2.1.0
# Global raw token
ouds_global_raw_tokens: ^2.0.0
ouds_global_raw_tokens: ^2.1.0

dev_dependencies:
flutter_test:
Expand Down
Loading