You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -242,7 +242,7 @@ to using FlexColorScheme and is really only there to better demonstrate the resu
242
242
243
243
244
244
> **NOTE:**
245
-
> Version 1.4.0 introduces the easier and less verbose `scheme` convenience factory property used above.
245
+
> Version 1.4.0 introduced the easier and less verbose `scheme` convenience factory property used above.
246
246
> You can use it instead of `colors` if all you want to do is just use one of the built-in color schemes.
247
247
> The previous way of
248
248
> using `colors` with the `FlexColor.schemes`**map**, with the `FlexScheme` enum values as keys, works as before
@@ -306,9 +306,9 @@ With them you can see the active theme's colors, and the created theme's impact
306
306
307
307
<imgsrc="https://github.com/rydmike/flex_color_scheme/blob/master/resources/fcs_phone_ex1al.png?raw=true"alt="ColorScheme example 1 light"width="180"/><imgsrc="https://github.com/rydmike/flex_color_scheme/blob/master/resources/fcs_phone_ex1bl.png?raw=true"alt="ColorScheme example 1 lightb"width="180"/><imgsrc="https://github.com/rydmike/flex_color_scheme/blob/master/resources/fcs_phone_ex1cl.png?raw=true"alt="ColorScheme example 1 dark"width="180"/>
308
308
309
-
The default sample app, example 1, just shows the simplest use-case of FlexColorScheme and barely scratches the
310
-
surface of what it can do. To get the full details in a step by step progression you should go through the tutorial
311
-
that uses examples 1 through 5 to introduce more features in a step by step complexity progression.
309
+
The default sample app, example 1, shows the simplest use-case of FlexColorScheme and barely scratches the
310
+
surface of what it can do. To get the full details in a step by step progression, go through the tutorial
311
+
that uses examples 1 through 5, to introduce more features in a step by step complexity progression.
312
312
313
313
> **Building the examples**
314
314
>If you cloned the repository to build the examples, you can open the package `/example` folder with your IDE to build
@@ -434,7 +434,7 @@ widget shows the theme with several common Material widgets.
434
434
435
435
This example is basically a repeat of the Flutter default counter app modification earlier, but with a different
436
436
`HomePage` and a way to change the `MaterialApp` active `themeMode` property value via the `FlexThemeModeSwitch`
437
-
switch on the `HomePage`, using a basic value changed callback function.
437
+
switch on the `HomePage`, using a normal value changed callback function.
0 commit comments