Skip to content

Commit

Permalink
linting and formating fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
CoderNamedHendrick committed Sep 10, 2024
1 parent 4507c53 commit 538e1b2
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class ConferenceSponsorTile extends StatelessWidget {
ConstrainedBox(
constraints: BoxConstraints(minHeight: 160.r),
child: DecoratedBox(
decoration: const BoxDecoration(
decoration: const BoxDecoration(
gradient: DevfestColors.inverseGradientGradient,
color: Colors.green,
borderRadius: BorderRadius.all(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ export 'agenda_header.dart';
export 'agent_talk_tile.dart';
export 'schedule_tile.dart';
export 'sponsor_tile.dart';

Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
//GENERATED BARREL FILE
export './screens/screens.dart';
export './widgets/widgets.dart';

Original file line number Diff line number Diff line change
@@ -1 +1 @@
//GENERATED BARREL FILE
//GENERATED BARREL FILE
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
//GENERATED BARREL FILE
export './screens/screens.dart';
export './widgets/widgets.dart';

Original file line number Diff line number Diff line change
@@ -1 +1 @@
//GENERATED BARREL FILE
//GENERATED BARREL FILE
1 change: 0 additions & 1 deletion packages/conferenceapp/lib/src/shared/widgets/widgets.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ export 'header.dart';
export 'icon_text.dart';
export 'keep_alive_widget.dart';
export 'tab_button.dart';

0 comments on commit 538e1b2

Please sign in to comment.