Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
408331f
chore(version): prepare new version 2.0.0
AhmedAmineZr May 16, 2026
4b0257c
feat(🤖): update tokens version 2.4.0 (#726)
boosted-bot May 19, 2026
88ade21
fix: resolve issue about app_settings
AhmedAmineZr May 19, 2026
c346880
chore(🤖): update tokens 2.5.0 (#778)
boosted-bot May 20, 2026
370e3f4
fix: add missing size token in responsive
nouha06 May 21, 2026
0baf4cc
chore: `tag` component update to v1.5 and input tag to v1.2(#694)(#69…
nouha06 May 21, 2026
dc5fb4d
chore: `phone number input` component update to v13 (#690)(#571)(#762)
nouha06 May 21, 2026
b6c16d4
chore(deps): update dependency: bump dartdoc from 8.3.4 to 9.0.4 (#780)
dependabot[bot] May 22, 2026
db9e5ea
chore(deps): bump swift-protobuf to 1.38.0 in /app/ios (#773)
dependabot[bot] May 22, 2026
b1f1745
fix: dart doc version (#786)
AhmedAmineZr May 24, 2026
6ed94b4
chore: update design version in doc
nouha06 May 25, 2026
a3ad81e
chore: update library icons to use the one from v1.6 (#661)(#787)
nouha06 May 26, 2026
4021df7
chore: `badge icon` component update to v13 (#680)(#740)
nouha06 May 26, 2026
953477d
chore: `badge icon` component update to v13 (#680)(#740)
nouha06 May 26, 2026
9094034
Merge remote-tracking branch 'origin/prepare-new-version-2.0.0' into …
nouha06 May 26, 2026
bb78056
Merge remote-tracking branch 'origin/prepare-new-version-2.0.0' into …
nouha06 May 26, 2026
cca48ee
Merge remote-tracking branch 'origin/prepare-new-version-2.0.0' into …
nouha06 May 26, 2026
288745e
chore: update dardoc action
AhmedAmineZr May 26, 2026
7d024c4
fix: update changelog
nouha06 May 26, 2026
f24b12f
chore: `filter chip` and `suggestion chip` component update to v1.4 (…
nouha06 May 26, 2026
40892ea
chore: `password input` component update to v13 (#689)(#488)(#753)
nouha06 May 26, 2026
97c17b5
chore: `text input` component update to v14 (#692)(#754)
nouha06 May 26, 2026
6a18c84
chore(rich-text): for `alert message` `switch` `radio` `checkbox` `te…
nouha06 May 26, 2026
2eef65b
fix: update pubspec file with icons 1.6 (#794)
nouha06 May 26, 2026
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
3 changes: 3 additions & 0 deletions .github/workflows/dartdoc-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ jobs:
uses: ./.github/actions/setup

- name: Setup Pages
if: github.event_name != 'pull_request'
uses: actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5.0.0

- name: Setup Ruby
Expand Down Expand Up @@ -129,6 +130,7 @@ jobs:

# Upload as GitHub Pages artifact (creates a tar archive named "github-pages")
- name: Upload artifact
if: github.event_name != 'pull_request'
uses: actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3.0.1
with:
path: ./docs
Expand All @@ -152,6 +154,7 @@ jobs:
if: github.event_name != 'pull_request'
runs-on: ubuntu-latest
needs: build
if: github.event_name != 'pull_request'
permissions:
contents: write
pages: write
Expand Down
17 changes: 9 additions & 8 deletions app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ 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: 1.3.1+120
version: 2.0.0+120


environment:
sdk: ^3.9.0
Expand Down Expand Up @@ -52,19 +53,19 @@ dependencies:
# URL Lancher.
url_launcher: ^6.0.3
# Core
ouds_core: ^1.3.1
ouds_core: ^2.0.0
# Global raw token
ouds_global_raw_tokens: ^1.3.1
ouds_global_raw_tokens: ^2.0.0
# Orange Theme contract
ouds_theme_contract: ^1.3.1
ouds_theme_contract: ^2.0.0
# Orange Theme
ouds_theme_orange: ^1.3.1
ouds_theme_orange: ^2.0.0
# Orange Compact Theme
ouds_theme_orange_compact: ^1.3.1
ouds_theme_orange_compact: ^2.0.0
# Sosh Theme
ouds_theme_sosh: ^1.3.1
ouds_theme_sosh: ^2.0.0
# Wireframe Theme
ouds_theme_wireframe: ^1.3.1
ouds_theme_wireframe: ^2.0.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 @@ -146,17 +146,17 @@ It is intended to replace internal frameworks and the previous [ODS](https://git

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

dependency_overrides:
intl: ^0.20.2
Expand Down
6 changes: 3 additions & 3 deletions ouds_core/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: ouds_core
description: 'Contains the main elements of the OUDS Android library.'
version: 1.3.1
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

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: ^1.3.1
ouds_theme_contract: ^2.0.0
# ouds_accessibility_plugin
ouds_accessibility_plugin: ^0.2.0
# phone number handling
Expand Down
3 changes: 0 additions & 3 deletions ouds_global_raw_tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed

## [1.3.1](https://github.com/Orange-OpenSource/ouds-flutter/compare/1.3.0...1.3.1) - 2026-05-14
### Added
### Changed
### Fixed

## [1.3.0](https://github.com/Orange-OpenSource/ouds-flutter/compare/1.2.0...1.3.0) - 2026-05-08

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: ^1.3.1
ouds_global_raw_tokens: ^2.0.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
@@ -1,8 +1,8 @@
name: ouds_global_raw_tokens
description: 'Raw tokens are basic design values (e.g., colors, typography) used to create a flexible and consistent theme'
version: 1.3.1
repository: https://github.com/Orange-OpenSource/ouds-flutter
homepage: https://flutter.unified-design-system.orange.com
version: 2.0.0

environment:
sdk: ^3.9.0
Expand Down
3 changes: 0 additions & 3 deletions ouds_theme_contract/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed

## [1.3.1](https://github.com/Orange-OpenSource/ouds-flutter/compare/1.3.0...1.3.1) - 2026-05-14
### Added
### Changed
### Fixed

## [1.3.0](https://github.com/Orange-OpenSource/ouds-flutter/compare/1.2.0...1.3.0) - 2026-05-08
### Added
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: ^1.3.1
ouds_theme_contract: ^2.0.0
```

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

environment:
sdk: ^3.9.0
Expand All @@ -13,7 +13,8 @@ resolution: workspace
dependencies:
flutter:
sdk: flutter
ouds_global_raw_tokens: ^1.3.1

ouds_global_raw_tokens: ^2.0.0

dev_dependencies:
flutter_test:
Expand Down
3 changes: 0 additions & 3 deletions ouds_theme_orange/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed

## [1.3.1](https://github.com/Orange-OpenSource/ouds-flutter/compare/1.3.0...1.3.1) - 2026-05-14
### Added
### Changed
### Fixed

## [1.3.0](https://github.com/Orange-OpenSource/ouds-flutter/compare/1.2.0...1.3.0) - 2026-05-08
### Added
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: ^1.3.1
ouds_theme_orange: ^2.0.0
```

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

environment:
sdk: ^3.9.0
Expand All @@ -13,9 +13,11 @@ resolution: workspace
dependencies:
flutter:
sdk: flutter
ouds_core: ^1.3.1
ouds_theme_contract: ^1.3.1
ouds_global_raw_tokens: ^1.3.1

ouds_core: ^2.0.0
ouds_theme_contract: ^2.0.0
ouds_global_raw_tokens: ^2.0.0

path_provider: ^2.0.0
http: ^1.6.0

Expand Down
3 changes: 0 additions & 3 deletions ouds_theme_orange_compact/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed

## [1.3.1](https://github.com/Orange-OpenSource/ouds-flutter/compare/1.3.0...1.3.1) - 2026-05-14
### Added
### Changed
### Fixed

## [1.3.0](https://github.com/Orange-OpenSource/ouds-flutter/compare/1.2.0...1.3.0) - 2026-05-08
### Added
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: ^1.3.1
ouds_theme_orange_compact: ^2.0.0
```

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

environment:
sdk: ^3.9.0
Expand All @@ -13,10 +13,12 @@ resolution: workspace
dependencies:
flutter:
sdk: flutter
ouds_core: ^1.3.1
ouds_theme_contract: ^1.3.1
ouds_global_raw_tokens: ^1.3.1
ouds_theme_orange: ^1.3.1

ouds_core: ^2.0.0
ouds_theme_contract: ^2.0.0
ouds_global_raw_tokens: ^2.0.0
ouds_theme_orange: ^2.0.0

dev_dependencies:
flutter_test:
sdk: flutter
Expand Down
3 changes: 0 additions & 3 deletions ouds_theme_sosh/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed

## [1.3.1](https://github.com/Orange-OpenSource/ouds-flutter/compare/1.3.0...1.3.1) - 2026-05-14
### Added
### Changed
### Fixed

## [1.3.0](https://github.com/Orange-OpenSource/ouds-flutter/compare/1.2.0...1.3.0) - 2026-05-08
### Added
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: ^1.3.1
ouds_theme_sosh: ^2.0.0
```

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

environment:
sdk: ^3.9.0
Expand All @@ -13,9 +13,10 @@ resolution: workspace
dependencies:
flutter:
sdk: flutter
ouds_core: ^1.3.1
ouds_theme_contract: ^1.3.1
ouds_global_raw_tokens: ^1.3.1

ouds_core: ^2.0.0
ouds_theme_contract: ^2.0.0
ouds_global_raw_tokens: ^2.0.0

dev_dependencies:
flutter_test:
Expand Down
3 changes: 0 additions & 3 deletions ouds_theme_wireframe/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed

## [1.3.1](https://github.com/Orange-OpenSource/ouds-flutter/compare/1.3.0...1.3.1) - 2026-05-14
### Added
### Changed
### Fixed

## [1.3.0](https://github.com/Orange-OpenSource/ouds-flutter/compare/1.2.0...1.3.0) - 2026-05-08
### Added
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: ^1.3.1
ouds_theme_wireframe: ^2.0.0
```

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

environment:
sdk: ^3.9.0
Expand All @@ -13,9 +13,10 @@ resolution: workspace
dependencies:
flutter:
sdk: flutter
ouds_core: ^1.3.1
ouds_theme_contract: ^1.3.1
ouds_global_raw_tokens: ^1.3.1

ouds_core: ^2.0.0
ouds_theme_contract: ^2.0.0
ouds_global_raw_tokens: ^2.0.0

dev_dependencies:
flutter_test:
Expand Down
Loading