Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 7.2.0 #175

Merged
merged 97 commits into from
Jul 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
97 commits
Select commit Hold shift + click to select a range
b4b3aba
Update palette_color_box.dart
rydmike May 18, 2023
304a7c2
Add: Old CORRECT squircle from rejected Flutter PR
rydmike May 19, 2023
2a92811
Shapes feature step 1
rydmike May 20, 2023
b4f4281
Playground: Add: Toggle show TextStyle info
rydmike May 24, 2023
eb2ca19
Update CHANGELOG.md
rydmike May 24, 2023
a8476bb
Call this version: 7.2.0-dev.1
rydmike May 24, 2023
669c3a8
Playground: Don't disable controls for onBlend level and main uses on…
rydmike May 26, 2023
38116c2
Update pubspec.lock
rydmike May 26, 2023
27b52e8
Update CHANGELOG.md
rydmike May 30, 2023
6d188ea
Playground: Showcase, show both tappable and togglable Iconbutton styles
rydmike Jun 2, 2023
8839747
ADD: Adaptive dialog corner radius support
rydmike Jun 9, 2023
16d2ad4
Change: Reset to default to use null value.
rydmike Jun 9, 2023
25faade
Update CHANGELOG.md
rydmike Jun 9, 2023
b33fe59
Update to FlexSeedScheme 1.4.0
rydmike Jul 2, 2023
1bf9988
Playground: Change Topic panels and Widget Showcase order
rydmike Jul 3, 2023
7e7bdad
Playground: Split Topics in to more atomic panels and reorder them
rydmike Jul 4, 2023
5cf72d3
Update Flutter version info
rydmike Jul 4, 2023
5d20dee
Playground: Fix app font theme usage when not using FSS so it uses sa…
rydmike Jul 4, 2023
ae087a1
Chore: Playground, clean out unused variables.
rydmike Jul 4, 2023
4da6565
Chore: Playground, clean out unused variables.
rydmike Jul 4, 2023
3b6178a
Playground: Add colors to topic group selector that are harmonized to…
rydmike Jul 4, 2023
beedd39
Playground: Add dark mode colors and tune light mode colors for topic…
rydmike Jul 4, 2023
d631db3
Rename FlexTone to FlexTonesEnum
rydmike Jul 4, 2023
58b8925
Rename FlexTone to FlexTonesEnum
rydmike Jul 4, 2023
fc19734
Comment not use onColor in _ThemeTopicButton
rydmike Jul 4, 2023
435380d
Doc and comment improvments, tune TopicTheme general dark color.
rydmike Jul 5, 2023
f6f591f
Comment update
rydmike Jul 5, 2023
4e92885
Shorter label for BottomAppBar topic to fit in Button in M2 default c…
rydmike Jul 5, 2023
af18b09
Playground: Test version of showing real MaterialBanner in ThemeShowc…
rydmike Jul 5, 2023
7b2b3dc
Playground: Simulator login BG color, use surface.
rydmike Jul 5, 2023
4187844
Playground: Improve simulation apps
rydmike Jul 7, 2023
c6a8a1c
Change FCS bottomAppBarElevation M2 default from 0 to SDK default 8.
rydmike Jul 8, 2023
9d38747
FIX: useFlutterDefaults when elevation null in FlexSubThemes.bottomNa…
rydmike Jul 8, 2023
f5a037f
FIX: Playground useFlutterDefaults default label value when default v…
rydmike Jul 8, 2023
daebc98
Playground: Label updates
rydmike Jul 8, 2023
9e33cf8
FIX: NavigationBar usage of useFlutterDefaults
rydmike Jul 8, 2023
3cbb216
Playground: Change labels and widget order in theme topic panels
rydmike Jul 8, 2023
5567348
Playground: Undraw simulator app, destination and drawer updates. Too…
rydmike Jul 8, 2023
4bea76d
Playground: Add: surfaces use BW and codegen for it.
rydmike Jul 9, 2023
13f83b0
Playground: Add options to show extended tonal palette.
rydmike Jul 9, 2023
0fe74e6
Add: Tinted disabled theme for FilledButtons and IconButtons, only fo…
rydmike Jul 9, 2023
a82dd8a
FIX: Add AppBar elevation tint animation workaround
rydmike Jul 9, 2023
135c35d
Update app_example_components.dart
rydmike Jul 9, 2023
baa4fa6
Issue doc/text updates
rydmike Jul 10, 2023
0ea57e6
Use a theme to fix issue reported in https://github.com/flutter/flutt…
rydmike Jul 10, 2023
9e1d438
Move and rename flex_tone
rydmike Jul 11, 2023
fe8ef95
Move adaptive_theme
rydmike Jul 11, 2023
d9b77f5
Refactor all MediaQuery.of to use only exact aspects of MediaQuery
rydmike Jul 11, 2023
a2196d9
Playground ADD: VisualDensityEnum to prepare for VisualDensity setting
rydmike Jul 11, 2023
7734b7e
Playground: (i) explanation updates and corrections
rydmike Jul 11, 2023
e2ac947
Playground: Add VisualDensity config support.
rydmike Jul 11, 2023
ab0ee65
FCS and Playground: Change kButtonRadius in M2 to 40 (style breaking)
rydmike Jul 11, 2023
bcd1a15
FEATURE: Add adaptive splash factory
rydmike Jul 13, 2023
aa2a78f
FCS: Finalize splashFactory feature. Playground: Add splashFactory se…
rydmike Jul 14, 2023
f2d5e34
FIX: Add buttonSplash to SegementedButton component theme for M2 spla…
rydmike Jul 14, 2023
3eda91e
Update: Copy paste playground widget presentation in same order as sh…
rydmike Jul 14, 2023
141a3df
Test CopyPlayground on Flutter 3.10.6 stable OK, but crash on master!…
rydmike Jul 14, 2023
eecfec2
Update flex_theme_data_extensions.dart
MeandNi Jul 6, 2023
116664b
Doc fix corresponding error in FlexColorScheme.dark as PR https://git…
rydmike Jul 14, 2023
f1c01b3
Doc and prop order update
rydmike Jul 15, 2023
4fbb710
Playground: FIX VisualDensity can also be modified when sub theme is …
rydmike Jul 15, 2023
5a78bea
Clean out messenger key experiemnt
rydmike Jul 15, 2023
0e7b7c5
Playground: Add own panel for adaptive themes
rydmike Jul 16, 2023
1bd93a5
Playground: always generate useM3 code
rydmike Jul 16, 2023
0a472a6
Remove test squircle code from FCS and put in Playground for now
rydmike Jul 16, 2023
c30087b
Update Shape and Radius topic panel text
rydmike Jul 16, 2023
a03aaa9
Update CHANGELOG.md
rydmike Jul 16, 2023
859af1f
FIX: Lint warnings
rydmike Jul 17, 2023
f30490a
FEATURE: Support textSelectionTheme
rydmike Jul 17, 2023
daa4064
Add tests for new features:
rydmike Jul 17, 2023
a5d0464
Playground: Add props to control and persit TextSelection properties
rydmike Jul 17, 2023
947fb4c
Playground: Add text selection props to theme and code gen
rydmike Jul 17, 2023
a8d5bc0
Playground: Add text selection config options
rydmike Jul 18, 2023
96743eb
Remove test image
rydmike Jul 18, 2023
b25340d
Update adaptive_theme_settings.dart
rydmike Jul 18, 2023
42d7526
Clean out TODOs and commented code.
rydmike Jul 18, 2023
7192704
Clean comments and TODOs
rydmike Jul 18, 2023
60f6991
Clean up and update TODOs
rydmike Jul 18, 2023
a59c188
FIX: Use round() instead of toInt()
rydmike Jul 18, 2023
2bd224e
Update CHANGELOG.md
rydmike Jul 18, 2023
fef7cb2
Update CHANGELOG.md
rydmike Jul 18, 2023
5920c18
Prep readme and GH actions for 7.2 release
rydmike Jul 18, 2023
b915dc7
Playground: Add text handle color limit info.
rydmike Jul 18, 2023
d2cf2de
Playground: Info updates
rydmike Jul 18, 2023
f63de6a
FCS: FIX: adaptiveDialogRadius
rydmike Jul 19, 2023
f0b2c5b
CircleAvatar defaults code review.
rydmike Jul 19, 2023
08e2e73
FCS: Remove NavBar from global tint removal.
rydmike Jul 19, 2023
db70d65
FCS: Add adaptiveRemoveNavigationBarTint
rydmike Jul 19, 2023
160cbd9
ADD: adaptiveRemoveNavigationBarTint to Playground and FCS final step…
rydmike Jul 19, 2023
9da791d
ADD: switchThumbFixedSize to FlexSubThemesData
rydmike Jul 19, 2023
d57a27a
Playground: ADD switchThumbFixedSize
rydmike Jul 19, 2023
ac609fd
TEST: for switchThumbFixedSize
rydmike Jul 19, 2023
77f2149
Update switch_settings.dart
rydmike Jul 19, 2023
42d22c1
Playground: Put nameThatColor back to ColorCard's tooltip
rydmike Jul 19, 2023
e79a32e
Update flex_extensions_test.dart
rydmike Jul 19, 2023
e823d91
FCS/Playground: Bottom navigation bar elevation harmonization to 3dp.
rydmike Jul 19, 2023
4d082a7
Remove olf info abut text selection theme in core, as it is removed i…
rydmike Jul 19, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
20 changes: 10 additions & 10 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,14 @@ jobs:
- name: "EXAMPLE-1 START BUILD - Flutter clean before build"
run: flutter clean && cd example && flutter clean
- name: "EXAMPLE-1 WEB release build"
run: cd example && flutter build web --web-renderer canvaskit --base-href "/flexcolorscheme/basictheme-v7-1/" --release -t lib/example1_basic_theme_usage/main.dart
run: cd example && flutter build web --web-renderer canvaskit --base-href "/flexcolorscheme/basictheme-v7-2/" --release -t lib/example1_basic_theme_usage/main.dart
- name: "EXAMPLE-1 DEPLOY to GitHub Pages repository, published on commit."
uses: dmnemec/copy_file_to_another_repo_action@v1.0.4
env:
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
with:
source_file: 'example/build/web/.'
destination_folder: 'flexcolorscheme/basictheme-v7-1'
destination_folder: 'flexcolorscheme/basictheme-v7-2'
destination_repo: 'rydmike/rydmike.github.io'
user_email: 'm.rydstrom@gmail.com'
user_name: 'rydmike'
Expand All @@ -84,14 +84,14 @@ jobs:
- name: "EXAMPLE-2 START BUILD - Flutter clean before build"
run: flutter clean && cd example && flutter clean
- name: "EXAMPLE-2 WEB release build"
run: cd example && flutter build web --web-renderer canvaskit --base-href "/flexcolorscheme/customtheme-v7-1/" --release -t lib/example2_custom_theme/main.dart
run: cd example && flutter build web --web-renderer canvaskit --base-href "/flexcolorscheme/customtheme-v7-2/" --release -t lib/example2_custom_theme/main.dart
- name: "EXAMPLE-2 DEPLOY to GitHub Pages repository, published on commit."
uses: dmnemec/copy_file_to_another_repo_action@v1.0.4
env:
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
with:
source_file: 'example/build/web/.'
destination_folder: 'flexcolorscheme/customtheme-v7-1'
destination_folder: 'flexcolorscheme/customtheme-v7-2'
destination_repo: 'rydmike/rydmike.github.io'
user_email: 'm.rydstrom@gmail.com'
user_name: 'rydmike'
Expand All @@ -100,14 +100,14 @@ jobs:
- name: "EXAMPLE-3 START BUILD - Flutter clean before build"
run: flutter clean && cd example && flutter clean
- name: "EXAMPLE-3 WEB release build"
run: cd example && flutter build web --web-renderer canvaskit --base-href "/flexcolorscheme/fourthemes-v7-1/" --release -t lib/example3_four_themes/main.dart
run: cd example && flutter build web --web-renderer canvaskit --base-href "/flexcolorscheme/fourthemes-v7-2/" --release -t lib/example3_four_themes/main.dart
- name: "EXAMPLE-3 DEPLOY to GitHub Pages repository, published on commit."
uses: dmnemec/copy_file_to_another_repo_action@v1.0.4
env:
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
with:
source_file: 'example/build/web/.'
destination_folder: 'flexcolorscheme/fourthemes-v7-1'
destination_folder: 'flexcolorscheme/fourthemes-v7-2'
destination_repo: 'rydmike/rydmike.github.io'
user_email: 'm.rydstrom@gmail.com'
user_name: 'rydmike'
Expand All @@ -116,14 +116,14 @@ jobs:
- name: "EXAMPLE-4 START BUILD - Flutter clean before build"
run: flutter clean && cd example && flutter clean
- name: "EXAMPLE-4 WEB release build"
run: cd example && flutter build web --web-renderer canvaskit --base-href "/flexcolorscheme/allthemes-v7-1/" --release -t lib/example4_all_themes/main.dart
run: cd example && flutter build web --web-renderer canvaskit --base-href "/flexcolorscheme/allthemes-v7-2/" --release -t lib/example4_all_themes/main.dart
- name: "EXAMPLE-4 DEPLOY to GitHub Pages repository, published on commit."
uses: dmnemec/copy_file_to_another_repo_action@v1.0.4
env:
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
with:
source_file: 'example/build/web/.'
destination_folder: 'flexcolorscheme/allthemes-v7-1'
destination_folder: 'flexcolorscheme/allthemes-v7-2'
destination_repo: 'rydmike/rydmike.github.io'
user_email: 'm.rydstrom@gmail.com'
user_name: 'rydmike'
Expand All @@ -132,14 +132,14 @@ jobs:
- name: "EXAMPLE-5 START BUILD - Flutter clean before build"
run: flutter clean && cd example && flutter clean
- name: "EXAMPLE-5 WEB release build"
run: cd example && flutter build web --web-renderer canvaskit --base-href "/flexcolorscheme/themesplayground-v7-1/" --release -t lib/example5_themes_playground/main.dart
run: cd example && flutter build web --web-renderer canvaskit --base-href "/flexcolorscheme/themesplayground-v7-2/" --release -t lib/example5_themes_playground/main.dart
- name: "EXAMPLE-5 DEPLOY to GitHub Pages repository, published on commit."
uses: dmnemec/copy_file_to_another_repo_action@v1.0.4
env:
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
with:
source_file: 'example/build/web/.'
destination_folder: 'flexcolorscheme/themesplayground-v7-1'
destination_folder: 'flexcolorscheme/themesplayground-v7-2'
destination_repo: 'rydmike/rydmike.github.io'
user_email: 'm.rydstrom@gmail.com'
user_name: 'rydmike'
4 changes: 2 additions & 2 deletions .github/workflows/deploy_playground.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,14 @@ jobs:
- name: "EXAMPLE-5 START BUILD - Flutter clean before build"
run: flutter clean && cd example && flutter clean
- name: "EXAMPLE-5 WEB release build"
run: cd example && flutter build web --web-renderer canvaskit --base-href "/flexcolorscheme/themesplayground-v7-1/" --release -t lib/example5_themes_playground/main.dart
run: cd example && flutter build web --web-renderer canvaskit --base-href "/flexcolorscheme/themesplayground-v7-2/" --release -t lib/example5_themes_playground/main.dart
- name: "EXAMPLE-5 DEPLOY to GitHub Pages repository, published on commit."
uses: dmnemec/copy_file_to_another_repo_action@v1.0.4
env:
API_TOKEN_GITHUB: ${{ secrets.API_TOKEN_GITHUB }}
with:
source_file: 'example/build/web/.'
destination_folder: 'flexcolorscheme/themesplayground-v7-1'
destination_folder: 'flexcolorscheme/themesplayground-v7-2'
destination_repo: 'rydmike/rydmike.github.io'
user_email: 'm.rydstrom@gmail.com'
user_name: 'rydmike'