style: unused local variable

This commit is contained in:
Rongjian Zhang
2022-10-02 13:13:28 +08:00
parent 26b78a31a6
commit b7dcf933a3
48 changed files with 0 additions and 146 deletions

View File

@@ -1,12 +1,10 @@
import 'package:antd_mobile/antd_mobile.dart';
import 'package:flutter/gestures.dart';
import 'package:flutter/widgets.dart';
import 'package:git_touch/models/theme.dart';
import 'package:git_touch/widgets/border_view.dart';
import 'package:go_router/go_router.dart';
import 'package:intl/intl.dart';
import 'package:primer/primer.dart';
import 'package:provider/provider.dart';
import 'package:tuple/tuple.dart';
import 'package:universal_io/io.dart';
import 'package:url_launcher/url_launcher.dart';
@@ -52,7 +50,6 @@ TextSpan createLinkSpan(
String? text,
String url,
) {
final theme = Provider.of<ThemeModel>(context);
return TextSpan(
text: text,
style: TextStyle(