Skip to content

Commit 047daf8

Browse files
committed
Update: Readme to use new screen shots, will only work after this is merged to master
1 parent db11076 commit 047daf8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -584,15 +584,15 @@ Flutter's default seed generation in Flutter 3.22.0 and later.
584584

585585
| Light from single seed - Material 3 default | Dark from single seed - Material 3 default |
586586
|----------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------|
587-
| <img src="https://raw.githubusercontent.com/rydmike/flex_seed_scheme/master/doc_assets/tonal_spot_v3_l.png" alt="light_app_m3"/> | <img src="https://raw.githubusercontent.com/rydmike/flex_seed_scheme/master/doc_assets/tonal_spot_v3_d.png" alt="dark_app_m3"/> |
587+
| <img src="https://raw.githubusercontent.com/rydmike/flex_seed_scheme/master/doc_assets/tonal_spot_v4_l.png" alt="light_app_m3"/> | <img src="https://raw.githubusercontent.com/rydmike/flex_seed_scheme/master/doc_assets/tonal_spot_v4_d.png" alt="dark_app_m3"/> |
588588

589589
#### Variant `material` based - Based on `FlexTones.material`
590590

591591
Replicates the Flutter default using `FlexTones` instead of MCU `DynamicScheme`.
592592

593593
| Light from single seed - Material 3 | Dark from single seed - Material 3 |
594594
|---------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------|
595-
| <img src="https://raw.githubusercontent.com/rydmike/flex_seed_scheme/master/doc_assets/material3_v3_l.png" alt="light_app_m3"/> | <img src="https://raw.githubusercontent.com/rydmike/flex_seed_scheme/master/doc_assets/material3_v3_d.png" alt="dark_app_m3"/> |
595+
| <img src="https://raw.githubusercontent.com/rydmike/flex_seed_scheme/master/doc_assets/material3_v4_l.png" alt="light_app_m3"/> | <img src="https://raw.githubusercontent.com/rydmike/flex_seed_scheme/master/doc_assets/material3_v4_d.png" alt="dark_app_m3"/> |
596596

597597

598598
#### Variant `material3Legacy` based - Based on `FlexTones.material3Legacy`
@@ -601,23 +601,23 @@ Replicates the Flutter Material default as it was before Flutter 3.22. You can u
601601

602602
| Light from single seed - Material 3 legacy | Dark from single seed - Material 3 legacy |
603603
|-----------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------|
604-
| <img src="https://raw.githubusercontent.com/rydmike/flex_seed_scheme/master/doc_assets/material3_legacy_v3_l.png" alt="light_legacy_app_m3"/> | <img src="https://raw.githubusercontent.com/rydmike/flex_seed_scheme/master/doc_assets/material3_legacy_v3_d.png" alt="dark_legacy_app_m3"/> |
604+
| <img src="https://raw.githubusercontent.com/rydmike/flex_seed_scheme/master/doc_assets/material3_legacy_v4_l.png" alt="light_legacy_app_m3"/> | <img src="https://raw.githubusercontent.com/rydmike/flex_seed_scheme/master/doc_assets/material3_legacy_v4_d.png" alt="dark_legacy_app_m3"/> |
605605

606606
### Candy Pop Strategy with One Seed Color
607607

608608
This example using `tones` strategy `FlexTones.candyPop` shows the difference when using the same single seed color, as in the above case with the default Material-3 seed strategy. We can observe that the colors are brighter and have more candy like pop to them.
609609

610610
| Light from single seed - Candy pop tones | Dark from single seed - Candy pop tones |
611611
|-------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------|
612-
| <img src="https://raw.githubusercontent.com/rydmike/flex_seed_scheme/master/doc_assets/candy_one_seed_v3_l.png" alt="candy pop light 1"/> | <img src="https://raw.githubusercontent.com/rydmike/flex_seed_scheme/master/doc_assets/candy_one_seed_v3_d.png" alt="candy pop dark 1"/> |
612+
| <img src="https://raw.githubusercontent.com/rydmike/flex_seed_scheme/master/doc_assets/candy_one_seed_v4_l.png" alt="candy pop light 1"/> | <img src="https://raw.githubusercontent.com/rydmike/flex_seed_scheme/master/doc_assets/candy_one_seed_v4_d.png" alt="candy pop dark 1"/> |
613613

614614
### Candy Pop Strategy with Four Seed Colors
615615

616616
This example shows how to use four seeds colors, including a custom error seed color, using the same **CandyPop** seed strategy.
617617

618618
| Light from four seeds - Candy pop tones | Dark from four seeds - Candy pop tones |
619619
|-----------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------|
620-
| <img src="https://raw.githubusercontent.com/rydmike/flex_seed_scheme/master/doc_assets/candy_4_seed_v3_l.png" alt="candy pop light 4"/> | <img src="https://raw.githubusercontent.com/rydmike/flex_seed_scheme/master/doc_assets/candy_4_seed_v3_d.png" alt="candy pop dark 4"/> |
620+
| <img src="https://raw.githubusercontent.com/rydmike/flex_seed_scheme/master/doc_assets/candy_4_seed_v4_l.png" alt="candy pop light 4"/> | <img src="https://raw.githubusercontent.com/rydmike/flex_seed_scheme/master/doc_assets/candy_4_seed_v4_d.png" alt="candy pop dark 4"/> |
621621

622622

623623
### One hue
@@ -658,7 +658,7 @@ A key feature with the `oneHue` seed strategy is that it does not invent any new
658658

659659
| Light from seed - One hue | Dark from seed - One hue |
660660
|----------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------|
661-
| <img src="https://raw.githubusercontent.com/rydmike/flex_seed_scheme/master/doc_assets/one_hue_v3_l.png" alt="light_app"/> | <img src="https://raw.githubusercontent.com/rydmike/flex_seed_scheme/master/doc_assets/one_hue_v3_d.png" alt="dark_app"/> |
661+
| <img src="https://raw.githubusercontent.com/rydmike/flex_seed_scheme/master/doc_assets/one_hue_v4_l.png" alt="light_app"/> | <img src="https://raw.githubusercontent.com/rydmike/flex_seed_scheme/master/doc_assets/one_hue_v4_d.png" alt="dark_app"/> |
662662

663663
## Comparing Flutter Default and One Hue
664664

0 commit comments

Comments
 (0)