File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff 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 ) )
Original file line number Diff line number Diff 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,
You can’t perform that action at this time.
0 commit comments