Skip to content

Commit

Permalink
fix lints
Browse files Browse the repository at this point in the history
  • Loading branch information
FaFre committed Jul 2, 2024
1 parent f606aa7 commit 8f3e768
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ class _SliverHeaderDelagate extends SliverPersistentHeaderDelegate {

@override
Widget build(
BuildContext context, double shrinkOffset, bool overlapsContent) {
BuildContext context,
double shrinkOffset,
bool overlapsContent,
) {
return Material(
child: Consumer(
builder: (context, ref, child) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ import 'package:bang_navigator/features/web_view/presentation/widgets/favicon.da
import 'package:bang_navigator/presentation/controllers/website_title.dart';
import 'package:bang_navigator/presentation/widgets/failure_widget.dart';
import 'package:bang_navigator/utils/ui_helper.dart' as ui_helper;
import 'package:bang_navigator/utils/uri_parser.dart' as uri_parser;
import 'package:flutter/material.dart';
import 'package:flutter/services.dart';
import 'package:flutter_hooks/flutter_hooks.dart';
import 'package:flutter_inappwebview/flutter_inappwebview.dart';
import 'package:flutter_material_design_icons/flutter_material_design_icons.dart';
import 'package:hooks_riverpod/hooks_riverpod.dart';
import 'package:share_plus/share_plus.dart';
import 'package:bang_navigator/utils/uri_parser.dart' as uri_parser;

class LoadingWebPageDialog extends HookConsumerWidget {
final Uri url;
Expand Down

0 comments on commit 8f3e768

Please sign in to comment.