Skip to content

Commit

Permalink
FIX: #188 add info about theme simulator being an approximation.
Browse files Browse the repository at this point in the history
  • Loading branch information
rydmike committed Sep 14, 2023
1 parent 4a854b9 commit 0f6c1c1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ All changes to the **FlexColorScheme** (FCS) package are documented here.

**THEMES PLAYGROUND**


- FIX: [#188](https://github.com/rydmike/flex_color_scheme/issues/188) add info about theme simulator being an approximation.

## 7.3.1

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,15 @@ const List<ThemeTopic> themeTopics = <ThemeTopic>[
info: 'Use the theme simulator in a side view '
'as you change theme setting and see how the changes '
'modify the look and feel of included demo apps on different '
'simulated devices.\n',
'simulated devices.\n'
'\n'
'The theme simulator is only an approximation of what the embedded '
'sample applications would look like on selected device with the '
'currently defined active theme. It does not include device features, '
'such status bar and system navigation bar. For an accurate '
'result, use the current '
'generated theme code with the FlexColorScheme package in your own '
'application on a real device.\n',
),
ThemeTopic(
group: TopicGroup.general,
Expand Down

0 comments on commit 0f6c1c1

Please sign in to comment.