Skip to content

Commit 5c99256

Browse files
authored
chore: prepare version 1.0.0 (#541)
- Update about Screen - Update changelog files - Update pubspec.yaml files - Update readme Files
1 parent a835655 commit 5c99256

26 files changed

+112
-54
lines changed

app/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6-
## [Unreleased](https://github.com/Orange-OpenSource/ouds-flutter/compare/0.7.0...develop)
6+
## [Unreleased](https://github.com/Orange-OpenSource/ouds-flutter/compare/1.0.0...develop)
77

8+
## [1.0.0](https://github.com/Orange-OpenSource/ouds-flutter/compare/0.7.0...1.0.0) - 2025-12-19
89
### Added
910
- [DemoApp][Library] Create component - `Phone Number Input` ([#326](https://github.com/Orange-OpenSource/ouds-flutter/issues/326))
1011
- [DemoApp][Library] Manage the new medium font weight `Typography` ([#403](https://github.com/Orange-OpenSource/ouds-flutter/issues/403))

app/lib/l10n/gen/ouds_flutter_app_localizations.dart

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1040,7 +1040,7 @@ abstract class AppLocalizations {
10401040
/// No description provided for @app_about_details_themeCoreVersion.
10411041
///
10421042
/// In en, this message translates to:
1043-
/// **'Core tokens library version:'**
1043+
/// **'Ouds core tokens library version:'**
10441044
String get app_about_details_themeCoreVersion;
10451045

10461046
/// No description provided for @app_about_details_themeOrangeCoreVersion.
@@ -1067,6 +1067,18 @@ abstract class AppLocalizations {
10671067
/// **'Sosh brand tokens library version:'**
10681068
String get app_about_details_themeSoshBrandVersion;
10691069

1070+
/// No description provided for @app_about_details_themeWireframeCoreVersion.
1071+
///
1072+
/// In en, this message translates to:
1073+
/// **'Wireframe core tokens library version:'**
1074+
String get app_about_details_themeWireframeCoreVersion;
1075+
1076+
/// No description provided for @app_about_details_themeWireframeBrandVersion.
1077+
///
1078+
/// In en, this message translates to:
1079+
/// **'Wireframe brand tokens library version:'**
1080+
String get app_about_details_themeWireframeBrandVersion;
1081+
10701082
/// No description provided for @app_about_details_androidCoreVersion.
10711083
///
10721084
/// In en, this message translates to:

app/lib/l10n/gen/ouds_flutter_app_localizations_ar.dart

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -521,23 +521,31 @@ class AppLocalizationsAr extends AppLocalizations {
521521

522522
@override
523523
String get app_about_details_themeCoreVersion =>
524-
'إصدار الرمز المميز الأساسي:';
524+
'إصدار الرمز المميز الأساسي Ouds core:';
525525

526526
@override
527527
String get app_about_details_themeOrangeCoreVersion =>
528528
'إصدار مكتبة رموز Orange core:';
529529

530530
@override
531531
String get app_about_details_themeOrangeBrandVersion =>
532-
'إصدار مكتبة رموز العلامة التجارية Orange:';
532+
'إصدار مكتبة رموز العلامة التجارية Orange brand:';
533533

534534
@override
535535
String get app_about_details_themeSoshCoreVersion =>
536-
': إصدار مكتبة رموز Sosh core';
536+
' إصدار مكتبة رموز Sosh core:';
537537

538538
@override
539539
String get app_about_details_themeSoshBrandVersion =>
540-
'إصدار مكتبة رموز العلامة التجارية Sosh:';
540+
'إصدار مكتبة رموز العلامة التجارية Sosh brand:';
541+
542+
@override
543+
String get app_about_details_themeWireframeCoreVersion =>
544+
' إصدار مكتبة رموز Wireframe core:';
545+
546+
@override
547+
String get app_about_details_themeWireframeBrandVersion =>
548+
'إصدار مكتبة رموز العلامة التجارية Wireframe brand:';
541549

542550
@override
543551
String get app_about_details_androidCoreVersion =>

app/lib/l10n/gen/ouds_flutter_app_localizations_en.dart

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ class AppLocalizationsEn extends AppLocalizations {
521521

522522
@override
523523
String get app_about_details_themeCoreVersion =>
524-
'Core tokens library version:';
524+
'Ouds core tokens library version:';
525525

526526
@override
527527
String get app_about_details_themeOrangeCoreVersion =>
@@ -539,6 +539,14 @@ class AppLocalizationsEn extends AppLocalizations {
539539
String get app_about_details_themeSoshBrandVersion =>
540540
'Sosh brand tokens library version:';
541541

542+
@override
543+
String get app_about_details_themeWireframeCoreVersion =>
544+
'Wireframe core tokens library version:';
545+
546+
@override
547+
String get app_about_details_themeWireframeBrandVersion =>
548+
'Wireframe brand tokens library version:';
549+
542550
@override
543551
String get app_about_details_androidCoreVersion =>
544552
'Android core tokens library version:';

app/lib/l10n/ouds_flutter_ar.arb

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -115,11 +115,13 @@
115115
"app_about_materialComponents_label": "مكوّنات Material 3",
116116
"app_about_changelog_label": "سجل التغييرات",
117117
"app_about_appSettings_label": "افتح إعدادات التطبيق",
118-
"app_about_details_themeCoreVersion": "إصدار الرمز المميز الأساسي:",
118+
"app_about_details_themeCoreVersion": "إصدار الرمز المميز الأساسي Ouds core:",
119119
"app_about_details_themeOrangeCoreVersion": "إصدار مكتبة رموز Orange core:",
120-
"app_about_details_themeOrangeBrandVersion": "إصدار مكتبة رموز العلامة التجارية Orange:",
121-
"app_about_details_themeSoshCoreVersion": ": إصدار مكتبة رموز Sosh core",
122-
"app_about_details_themeSoshBrandVersion": "إصدار مكتبة رموز العلامة التجارية Sosh:",
120+
"app_about_details_themeOrangeBrandVersion": "إصدار مكتبة رموز العلامة التجارية Orange brand:",
121+
"app_about_details_themeSoshCoreVersion": " إصدار مكتبة رموز Sosh core:",
122+
"app_about_details_themeSoshBrandVersion": "إصدار مكتبة رموز العلامة التجارية Sosh brand:",
123+
"app_about_details_themeWireframeCoreVersion": " إصدار مكتبة رموز Wireframe core:",
124+
"app_about_details_themeWireframeBrandVersion": "إصدار مكتبة رموز العلامة التجارية Wireframe brand:",
123125
"app_about_details_androidCoreVersion": "إصدار مكتبة الرموز Android core:",
124126
"app_about_details_androidSystemVersion": "إصدار مكتبة الرموز النظامية في Android:"
125127
}

app/lib/l10n/ouds_flutter_en.arb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,11 +233,13 @@
233233
"app_about_materialComponents_label": "Material 3 components",
234234
"app_about_changelog_label": "Changelog",
235235
"app_about_appSettings_label": "Open the app settings",
236-
"app_about_details_themeCoreVersion": "Core tokens library version:",
236+
"app_about_details_themeCoreVersion": "Ouds core tokens library version:",
237237
"app_about_details_themeOrangeCoreVersion": "Orange core tokens library version:",
238238
"app_about_details_themeOrangeBrandVersion": "Orange brand tokens library version:",
239239
"app_about_details_themeSoshCoreVersion": "Sosh core tokens library version:",
240240
"app_about_details_themeSoshBrandVersion": "Sosh brand tokens library version:",
241+
"app_about_details_themeWireframeCoreVersion": "Wireframe core tokens library version:",
242+
"app_about_details_themeWireframeBrandVersion": "Wireframe brand tokens library version:",
241243
"app_about_details_androidCoreVersion": "Android core tokens library version:",
242244
"app_about_details_androidSystemVersion": "Android system tokens library version:"
243245
}

app/lib/ui/about/about_screen.dart

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,12 @@ class _AboutScreenState extends State<AboutScreen> {
8686
),
8787
SizedBox(height: currentTheme.spaceScheme(context).rowGapLarge),
8888
Text(
89-
'${context.l10n.app_about_details_themeCoreVersion} ${Environment.oudsCore}',
89+
'${context.l10n.app_about_details_androidCoreVersion} ${Environment.androidCore}',
90+
style: currentTheme.typographyTokens.typeBodyDefaultMedium(context),
91+
),
92+
SizedBox(height: currentTheme.spaceScheme(context).rowGapSmall),
93+
Text(
94+
'${context.l10n.app_about_details_androidSystemVersion} ${Environment.androidSystem}',
9095
style: currentTheme.typographyTokens.typeBodyDefaultMedium(context),
9196
),
9297
SizedBox(height: currentTheme.spaceScheme(context).rowGapSmall),
@@ -100,6 +105,11 @@ class _AboutScreenState extends State<AboutScreen> {
100105
style: currentTheme.typographyTokens.typeBodyDefaultMedium(context),
101106
),
102107
SizedBox(height: currentTheme.spaceScheme(context).rowGapSmall),
108+
Text(
109+
'${context.l10n.app_about_details_themeCoreVersion} ${Environment.oudsCore}',
110+
style: currentTheme.typographyTokens.typeBodyDefaultMedium(context),
111+
),
112+
SizedBox(height: currentTheme.spaceScheme(context).rowGapSmall),
103113
Text(
104114
'${context.l10n.app_about_details_themeSoshCoreVersion} ${Environment.soshCore}',
105115
style: currentTheme.typographyTokens.typeBodyDefaultMedium(context),
@@ -111,12 +121,12 @@ class _AboutScreenState extends State<AboutScreen> {
111121
),
112122
SizedBox(height: currentTheme.spaceScheme(context).rowGapSmall),
113123
Text(
114-
'${context.l10n.app_about_details_androidCoreVersion} ${Environment.androidCore}',
124+
'${context.l10n.app_about_details_themeWireframeCoreVersion} ${Environment.wireframeCore}',
115125
style: currentTheme.typographyTokens.typeBodyDefaultMedium(context),
116126
),
117127
SizedBox(height: currentTheme.spaceScheme(context).rowGapSmall),
118128
Text(
119-
'${context.l10n.app_about_details_androidSystemVersion} ${Environment.androidSystem}',
129+
'${context.l10n.app_about_details_themeWireframeBrandVersion} ${Environment.wireframeBrand}',
120130
style: currentTheme.typographyTokens.typeBodyDefaultMedium(context),
121131
),
122132
],

app/lib/ui/utilities/environment.dart

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,6 @@ class Environment {
2424
static String get orangeBrand => OudsTokensVersion.orangeBrand;
2525
static String get soshCore => OudsTokensVersion.soshCore;
2626
static String get soshBrand => OudsTokensVersion.soshBrand;
27+
static String get wireframeCore => OudsTokensVersion.wireframeCore;
28+
static String get wireframeBrand => OudsTokensVersion.wireframeBrand;
2729
}

app/pubspec.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ description: 'A new Flutter project.'
1515
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
1616
# In Windows, build-name is used as the major, minor, and patch parts
1717
# of the product and file versions while build-number is used as the build suffix.
18-
version: 0.7.0+120
18+
version: 1.0.0+120
1919

2020
environment:
2121
sdk: ^3.6.0
@@ -53,17 +53,17 @@ dependencies:
5353
# URL Lancher.
5454
url_launcher: ^6.0.3
5555
# Global raw token
56-
ouds_global_raw_tokens: ^0.7.0
56+
ouds_global_raw_tokens: ^1.0.0
5757
# Core
58-
ouds_core: ^0.7.0
58+
ouds_core: ^1.0.0
5959
# Orange Theme contract
60-
ouds_theme_contract: ^0.7.0
60+
ouds_theme_contract: ^1.0.0
6161
# Orange Theme
62-
ouds_theme_orange: ^0.7.0
62+
ouds_theme_orange: ^1.0.0
6363
# Sosh Theme
64-
ouds_theme_sosh: ^0.7.0
64+
ouds_theme_sosh: ^1.0.0
6565
# Wireframe Theme
66-
ouds_theme_wireframe: ^0.7.0
66+
ouds_theme_wireframe: ^1.0.0
6767

6868
package_info_plus: ^8.3.1
6969
# App Settings

ouds_core/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased](https://github.com/Orange-OpenSource/ouds-flutter/compare/0.7.0...develop)
7+
## [Unreleased](https://github.com/Orange-OpenSource/ouds-flutter/compare/1.0.0...develop)
8+
9+
## [1.0.0](https://github.com/Orange-OpenSource/ouds-flutter/compare/0.7.0...1.0.0) - 2025-12-19
810
### Added
911
- [Library] Create component - `Phone Number Input` ([#326](https://github.com/Orange-OpenSource/ouds-flutter/issues/326))
1012

0 commit comments

Comments
 (0)