chore: fix and format using melos
This commit is contained in:
@@ -0,0 +1 @@
|
||||
|
||||
|
||||
-1
@@ -16,7 +16,6 @@
|
||||
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:wyatt_ui_components/wyatt_wyatt_ui_components.dart';
|
||||
import 'package:wyatt_ui_kit/src/components/buttons/cubit/button_cubit.dart';
|
||||
import 'package:wyatt_ui_kit/wyatt_ui_kit.dart';
|
||||
|
||||
class FileSelectionButtonThemeResolver extends ThemeResolver<
|
||||
|
||||
@@ -63,6 +63,7 @@ class FlatButtonScreen extends CubitScreen<ButtonCubit, ButtonState> {
|
||||
@override
|
||||
ButtonCubit init(BuildContext context, ButtonCubit bloc) {
|
||||
disabled?.addListener(() => StateListener.listen(disabled, bloc));
|
||||
|
||||
/// Set the initial state depending on the disabled value
|
||||
/// after adding the listener.
|
||||
if (disabled?.value ?? false) {
|
||||
|
||||
-1
@@ -16,7 +16,6 @@
|
||||
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:wyatt_ui_components/wyatt_wyatt_ui_components.dart';
|
||||
import 'package:wyatt_ui_kit/src/components/buttons/cubit/button_cubit.dart';
|
||||
import 'package:wyatt_ui_kit/wyatt_ui_kit.dart';
|
||||
|
||||
class SymbolButtonThemeResolver extends ThemeResolver<SymbolButtonStyle,
|
||||
|
||||
@@ -32,7 +32,7 @@ class CardText extends StatelessWidget {
|
||||
this.gradientColors,
|
||||
super.key,
|
||||
});
|
||||
|
||||
|
||||
final TextWrapper text;
|
||||
final TextType textType;
|
||||
final TextStyle? style;
|
||||
|
||||
@@ -1,16 +1,16 @@
|
||||
// Copyright (C) 2023 WYATT GROUP
|
||||
// Please see the AUTHORS file for details.
|
||||
//
|
||||
//
|
||||
// This program is free software: you can redistribute it and/or modify
|
||||
// it under the terms of the GNU General Public License as published by
|
||||
// the Free Software Foundation, either version 3 of the License, or
|
||||
// any later version.
|
||||
//
|
||||
//
|
||||
// This program is distributed in the hope that it will be useful,
|
||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
// GNU General Public License for more details.
|
||||
//
|
||||
//
|
||||
// You should have received a copy of the GNU General Public License
|
||||
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
|
||||
@@ -24,10 +24,10 @@ class WyattComponentThemeData {
|
||||
loaderComponent: const Loader(),
|
||||
richTextBuilderComponent: const RichTextBuilder(),
|
||||
textInputComponent: const TextInput(),
|
||||
fileSelectionButtonComponent: FileSelectionButton(),
|
||||
flatButtonComponent: FlatButton(),
|
||||
simpleIconButtonComponent: SimpleIconButton(),
|
||||
symbolButtonComponent: SymbolButton(),
|
||||
fileSelectionButtonComponent: const FileSelectionButton(),
|
||||
flatButtonComponent: const FlatButton(),
|
||||
simpleIconButtonComponent: const SimpleIconButton(),
|
||||
symbolButtonComponent: const SymbolButton(),
|
||||
informationCardComponent: const InformationCard(),
|
||||
portfolioCardComponent: const PortfolioCard(),
|
||||
quoteCardComponent: const QuoteCard(),
|
||||
|
||||
Reference in New Issue
Block a user