Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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 @@ -15,7 +15,7 @@ description: 'A new Flutter project.'
# 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.0+120
version: 2.0.0+120

environment:
sdk: ^3.9.0
Expand Down Expand Up @@ -50,19 +50,19 @@ dependencies:
# URL Lancher.
url_launcher: ^6.0.3
# Core
ouds_core: ^1.3.0
ouds_core: ^2.0.0
# Global raw token
ouds_global_raw_tokens: ^1.3.0
ouds_global_raw_tokens: ^2.0.0
# Orange Theme contract
ouds_theme_contract: ^1.3.0
ouds_theme_contract: ^2.0.0
# Orange Theme
ouds_theme_orange: ^1.3.0
ouds_theme_orange: ^2.0.0
# Orange Compact Theme
ouds_theme_orange_compact: ^1.3.0
ouds_theme_orange_compact: ^2.0.0
# Sosh Theme
ouds_theme_sosh: ^1.3.0
ouds_theme_sosh: ^2.0.0
# Wireframe Theme
ouds_theme_wireframe: ^1.3.0
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.0
ouds_core: ^2.0.0
# Orange Theme contract
ouds_theme_contract: ^1.3.0
ouds_theme_contract: ^2.0.0
# Orange Theme
ouds_theme_orange: ^1.3.0
ouds_theme_orange: ^2.0.0
# Orange Theme Compact
ouds_theme_orange_compact: ^1.3.0
ouds_theme_orange_compact: ^2.0.0
# Sosh Theme
ouds_theme_sosh: ^1.3.0
ouds_theme_sosh: ^2.0.0
# Wireframe Theme
ouds_theme_wireframe: ^1.3.0
ouds_theme_wireframe: ^2.0.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
@@ -1,6 +1,6 @@
name: ouds_core
description: 'Contains the main elements of the OUDS Android library.'
version: 1.3.0
version: 2.0.0

environment:
sdk: ^3.9.0
Expand All @@ -18,7 +18,7 @@ dependencies:
# Flutter svg
flutter_svg: ^2.2.3
# ouds_theme_contract
ouds_theme_contract: ^1.3.0
ouds_theme_contract: ^2.0.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: ^1.3.0
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,6 +1,6 @@
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.0
version: 2.0.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: ^1.3.0
ouds_theme_contract: ^2.0.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
@@ -1,6 +1,6 @@
name: ouds_theme_contract
description: 'Defines the interface for theming in the OUDS framework, ensuring consistent application of design tokens.'
version: 1.3.0
version: 2.0.0

environment:
sdk: ^3.9.0
Expand All @@ -11,7 +11,7 @@ resolution: workspace
dependencies:
flutter:
sdk: flutter
ouds_global_raw_tokens: ^1.3.0
ouds_global_raw_tokens: ^2.0.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: ^1.3.0
ouds_theme_orange: ^2.0.0
```

## Additional information
Expand Down
8 changes: 4 additions & 4 deletions ouds_theme_orange/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: ouds_theme_orange
description: 'Orange theme implementation for OUDS, with branding-specific design tokens.'
version: 1.3.0
version: 2.0.0

environment:
sdk: ^3.9.0
Expand All @@ -11,9 +11,9 @@ resolution: workspace
dependencies:
flutter:
sdk: flutter
ouds_core: ^1.3.0
ouds_theme_contract: ^1.3.0
ouds_global_raw_tokens: ^1.3.0
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
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.0
ouds_theme_orange_compact: ^2.0.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
@@ -1,6 +1,6 @@
name: ouds_theme_orange_compact
description: 'Orange Compact theme implementation for OUDS, with branding-specific design tokens optimized for compact displays.'
version: 1.3.0
version: 2.0.0

environment:
sdk: ^3.9.0
Expand All @@ -11,10 +11,10 @@ resolution: workspace
dependencies:
flutter:
sdk: flutter
ouds_core: ^1.3.0
ouds_theme_contract: ^1.3.0
ouds_global_raw_tokens: ^1.3.0
ouds_theme_orange: ^1.3.0
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
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.0
ouds_theme_sosh: ^2.0.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
@@ -1,6 +1,6 @@
name: ouds_theme_sosh
description: 'Sosh theme implementation for OUDS, with branding-specific design tokens.'
version: 1.3.0
version: 2.0.0

environment:
sdk: ^3.9.0
Expand All @@ -11,9 +11,9 @@ resolution: workspace
dependencies:
flutter:
sdk: flutter
ouds_core: ^1.3.0
ouds_theme_contract: ^1.3.0
ouds_global_raw_tokens: ^1.3.0
ouds_core: ^2.0.0
ouds_theme_contract: ^2.0.0
ouds_global_raw_tokens: ^2.0.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: ^1.3.0
ouds_theme_wireframe: ^2.0.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
@@ -1,6 +1,6 @@
name: ouds_theme_wireframe
description: 'Wireframe theme implementation for OUDS, with branding-specific design tokens.'
version: 1.3.0
version: 2.0.0

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

dev_dependencies:
flutter_test:
Expand Down
56 changes: 12 additions & 44 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -65,14 +65,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "1.1.2"
code_assets:
dependency: transitive
description:
name: code_assets
sha256: "83ccdaa064c980b5596c35dd64a8d3ecc68620174ab9b90b6343b753aa721687"
url: "https://pub.dev"
source: hosted
version: "1.0.0"
collection:
dependency: transitive
description:
Expand Down Expand Up @@ -213,14 +205,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "2.1.3"
hooks:
dependency: transitive
description:
name: hooks
sha256: "7a08a0d684cb3b8fb604b78455d5d352f502b68079f7b80b831c62220ab0a4f6"
url: "https://pub.dev"
source: hosted
version: "1.0.1"
html:
dependency: transitive
description:
Expand Down Expand Up @@ -321,18 +305,10 @@ packages:
dependency: transitive
description:
name: meta
sha256: "23f08335362185a5ea2ad3a4e597f1375e78bce8a040df5c600c8d3552ef2394"
url: "https://pub.dev"
source: hosted
version: "1.17.0"
native_toolchain_c:
dependency: transitive
description:
name: native_toolchain_c
sha256: "89e83885ba09da5fdf2cdacc8002a712ca238c28b7f717910b34bcd27b0d03ac"
sha256: e3641ec5d63ebf0d9b41bd43201a66e3fc79a65db5f61fc181f04cd27aab950c
url: "https://pub.dev"
source: hosted
version: "0.17.4"
version: "1.16.0"
nested:
dependency: transitive
description:
Expand All @@ -341,14 +317,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "1.0.0"
objective_c:
dependency: transitive
description:
name: objective_c
sha256: "100a1c87616ab6ed41ec263b083c0ef3261ee6cd1dc3b0f35f8ddfa4f996fe52"
url: "https://pub.dev"
source: hosted
version: "9.3.0"
package_config:
dependency: transitive
description:
Expand Down Expand Up @@ -417,10 +385,10 @@ packages:
dependency: transitive
description:
name: path_provider_foundation
sha256: "2a376b7d6392d80cd3705782d2caa734ca4727776db0b6ec36ef3f1855197699"
sha256: "6d13aece7b3f5c5a9731eaf553ff9dcbc2eff41087fd2df587fd0fed9a3eb0c4"
url: "https://pub.dev"
source: hosted
version: "2.6.0"
version: "2.5.1"
path_provider_linux:
dependency: transitive
description:
Expand Down Expand Up @@ -542,10 +510,10 @@ packages:
dependency: transitive
description:
name: test_api
sha256: ab2726c1a94d3176a45960b6234466ec367179b87dd74f1611adb1f3b5fb9d55
sha256: "522f00f556e73044315fa4585ec3270f1808a4b186c936e612cab0b565ff1e00"
url: "https://pub.dev"
source: hosted
version: "0.7.7"
version: "0.7.6"
typed_data:
dependency: transitive
description:
Expand Down Expand Up @@ -574,10 +542,10 @@ packages:
dependency: transitive
description:
name: url_launcher_ios
sha256: b1aca26728b7cc7a3af971bb6f601554a8ae9df2e0a006de8450ba06a17ad36a
sha256: cfde38aa257dae62ffe79c87fab20165dfdf6988c1d31b58ebf59b9106062aad
url: "https://pub.dev"
source: hosted
version: "6.4.0"
version: "6.3.6"
url_launcher_linux:
dependency: transitive
description:
Expand Down Expand Up @@ -606,10 +574,10 @@ packages:
dependency: transitive
description:
name: url_launcher_web
sha256: d0412fcf4c6b31ecfdb7762359b7206ffba3bbffd396c6d9f9c4616ece476c1f
sha256: "4bd2b7b4dc4d4d0b94e5babfffbca8eac1a126c7f3d6ecbc1a11013faa3abba2"
url: "https://pub.dev"
source: hosted
version: "2.4.2"
version: "2.4.1"
url_launcher_windows:
dependency: transitive
description:
Expand Down Expand Up @@ -739,5 +707,5 @@ packages:
source: hosted
version: "3.1.3"
sdks:
dart: ">=3.10.3 <4.0.0"
flutter: ">=3.38.4"
dart: ">=3.9.0 <4.0.0"
flutter: ">=3.35.0"
Loading