File tree Expand file tree Collapse file tree 5 files changed +5
-6
lines changed
packages/zeta_flutter_theme/lib/src Expand file tree Collapse file tree 5 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 11{
2- "flutter": "3.27 .0"
2+ "flutter": "3.29 .0"
33}
Original file line number Diff line number Diff line change 2525 with :
2626 cache : true
2727 channel : stable
28- flutter-version : 3.27 .x
28+ flutter-version : 3.29 .x
2929 - name : Setup flutter
3030 run : flutter pub get
3131 - name : Build example app
Original file line number Diff line number Diff line change 4444 with :
4545 cache : true
4646 channel : stable
47- flutter-version : 3.27 .x
47+ flutter-version : 3.29 .x
4848 - name : Install dependencies
4949 run : flutter pub get
5050 - name : Install melos
Original file line number Diff line number Diff line change 2020 with :
2121 cache : true
2222 channel : stable
23- flutter-version : 3.27 .x
23+ flutter-version : 3.29 .x
2424 - run : dart pub global activate melos
2525 - run : dart run build_runner build --delete-conflicting-outputs
2626 - run : |
6161 with :
6262 cache : true
6363 channel : stable
64- flutter-version : 3.27 .x
64+ flutter-version : 3.29 .x
6565 - name : Setup flutter
6666 run : flutter pub get
6767 - name : Build example app
Original file line number Diff line number Diff line change @@ -479,7 +479,6 @@ ThemeData generateZetaTheme({
479479 visualDensity: existingTheme.visualDensity,
480480 canvasColor: existingTheme.canvasColor,
481481 cardColor: existingTheme.cardColor,
482- dialogBackgroundColor: existingTheme.dialogBackgroundColor,
483482 disabledColor: existingTheme.disabledColor,
484483 dividerColor: existingTheme.dividerColor,
485484 focusColor: existingTheme.focusColor,
You can’t perform that action at this time.
0 commit comments