Skip to content

Commit 4900671

Browse files
authored
chore: rename demo app to DesignToolbox (#28)(#60)
* chore: rename demo app to DesignToolbox * doc : add new entry to changelog
1 parent fc8d3b7 commit 4900671

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
### Added
1010

11+
- [DemoApp] Rename demo app to DesignToolbox ([#28](https://github.com/Orange-OpenSource/ouds-flutter/issues/28))
1112
- [Library] Implement tokens architecture ([#37](https://github.com/Orange-OpenSource/ouds-flutter/issues/37))
1213
- [Library] Create the basics of a documentation ([#7](https://github.com/Orange-OpenSource/ouds-flutter/issues/7))
1314
- [Library] Create the basic architecture of the library ([#4](https://github.com/Orange-OpenSource/ouds-flutter/issues/4))

app/lib/main.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class _OudsApplicationState extends State<OudsApplication> {
4545
child: Consumer<ThemeController>(
4646
builder: (context, themeController, _) {
4747
return GetMaterialApp(
48-
title: 'OUDS Demo App',
48+
title: 'Design System Toolbox',
4949
theme: themeController.themeData,
5050
darkTheme: themeController.currentTheme.darkThemeData,
5151
themeMode: themeController.themeMode,

0 commit comments

Comments
 (0)