Skip to content

Commit

Permalink
Merge pull request #39 from ootsamo/maintenance/fix-linter-violations
Browse files Browse the repository at this point in the history
Fix linter violations
  • Loading branch information
ulusoyca authored Aug 17, 2023
2 parents b8fb7ae + c2dfd91 commit 7850005
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
4 changes: 2 additions & 2 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ environment:
dependencies:
flutter:
sdk: flutter
wolt_modal_sheet:
path: ..

dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
wolt_modal_sheet:
path: ..

flutter:
uses-material-design: true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
import 'package:flutter/foundation.dart';
import 'package:flutter/material.dart';
import 'package:wolt_modal_sheet/src/modal_page/wolt_modal_sheet_page.dart';
import 'package:wolt_modal_sheet/src/utils/wolt_layout_transformation_utils.dart';

class WoltModalSheetTopBar extends StatelessWidget {
/// The height of the top bar, defined by the user.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
import 'dart:async';

import 'package:demo_ui_components/demo_ui_components.dart';
import 'package:flutter/material.dart';
import 'package:playground_navigator2/bloc/router_state.dart';
import 'package:playground_navigator2/bloc/router_cubit.dart';
import 'package:playground_navigator2/bloc/router_state.dart';
import 'package:playground_navigator2/router/playground_router_configuration.dart';
import 'package:playground_navigator2/router/router_pages/home_page.dart';
import 'package:playground_navigator2/router/router_pages/sheet_page.dart';
import 'package:playground_navigator2/router/router_pages/unknown_page.dart';
import 'package:wolt_modal_sheet/wolt_modal_sheet.dart';
import 'package:wolt_responsive_layout_grid/wolt_responsive_layout_grid.dart';

class PlaygroundRouterDelegate extends RouterDelegate<PlaygroundRouterConfiguration>
with ChangeNotifier, PopNavigatorRouterDelegateMixin<PlaygroundRouterConfiguration> {
Expand Down

0 comments on commit 7850005

Please sign in to comment.