static analysis fixes
This commit is contained in:
parent
0142ed7f4f
commit
be75d5a284
3 changed files with 2 additions and 3 deletions
|
@ -80,7 +80,7 @@ class AppReference extends StatelessWidget {
|
||||||
urlString: '${AppReference.avesGithub}/blob/main/LICENSE',
|
urlString: '${AppReference.avesGithub}/blob/main/LICENSE',
|
||||||
),
|
),
|
||||||
LinkChip(
|
LinkChip(
|
||||||
leading: Icon(
|
leading: const Icon(
|
||||||
AIcons.privacy,
|
AIcons.privacy,
|
||||||
size: 22,
|
size: 22,
|
||||||
),
|
),
|
||||||
|
|
|
@ -18,7 +18,6 @@ import 'package:aves/widgets/viewer/action/entry_info_action_delegate.dart';
|
||||||
import 'package:aves/widgets/viewer/info/info_search.dart';
|
import 'package:aves/widgets/viewer/info/info_search.dart';
|
||||||
import 'package:aves/widgets/viewer/info/metadata/metadata_dir.dart';
|
import 'package:aves/widgets/viewer/info/metadata/metadata_dir.dart';
|
||||||
import 'package:aves_model/aves_model.dart';
|
import 'package:aves_model/aves_model.dart';
|
||||||
import 'package:flutter/foundation.dart';
|
|
||||||
import 'package:flutter/material.dart';
|
import 'package:flutter/material.dart';
|
||||||
import 'package:flutter/scheduler.dart';
|
import 'package:flutter/scheduler.dart';
|
||||||
import 'package:provider/provider.dart';
|
import 'package:provider/provider.dart';
|
||||||
|
|
|
@ -77,7 +77,7 @@ class _WelcomePageState extends State<WelcomePage> {
|
||||||
Padding(
|
Padding(
|
||||||
padding: const EdgeInsets.all(16),
|
padding: const EdgeInsets.all(16),
|
||||||
child: LinkChip(
|
child: LinkChip(
|
||||||
leading: Icon(
|
leading: const Icon(
|
||||||
AIcons.privacy,
|
AIcons.privacy,
|
||||||
size: 22,
|
size: 22,
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in a new issue