-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enhanced gradients docs and example app (#143)
* chore(example-app): use any compatible version of material_color_utilities flutter_test depends on material_color_utilities, so different Flutter SDK versions require different versions of the mcu package to the point that it's impossible to pin it to a specific range. * docs(enhanced_gradients): expand readme and the example app * chore: exclude examples from melos packages Example apps shouldn't be considered packages but part of a package * chore(release): publish packages - [email protected] * chore: trigger enhanced_gradients publish only on master * docs(enhanced_gradients): Add more examples to readme * chore: remove branch constraint from enhanced_gradients-publish action * chore: run checks on enhanced_gradients daily * chore(enhanced_gradients): replace 3.10.x with stable channel in gha matrix * fix(enhanced_gradients): remove dependency on HctSolver and use Hct instead * chore(release): publish packages - [email protected] --------- Co-authored-by: Tomasz Koter <[email protected]>
- Loading branch information
Showing
12 changed files
with
200 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name: flutter_corelibrary | ||
|
||
packages: | ||
- packages/** | ||
- packages/* | ||
|
||
scripts: | ||
get: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
# example | ||
|
||
A new Flutter project. | ||
This example app displays a simple comparison between regular and enhanced gradients. The simplest way to | ||
start it is to run it via `flutter run -d chrome`. Use the floating action button to shuffle gradients' colors. | ||
|
||
 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters