mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2026-01-26 04:21:02 +00:00
refactor: apply lint from analyzer
This commit is contained in:
@@ -5,7 +5,7 @@ import 'package:revanced_manager/ui/widgets/shared/custom_card.dart';
|
||||
|
||||
class InstalledAppItem extends StatefulWidget {
|
||||
const InstalledAppItem({
|
||||
Key? key,
|
||||
super.key,
|
||||
required this.name,
|
||||
required this.pkgName,
|
||||
required this.icon,
|
||||
@@ -13,7 +13,7 @@ class InstalledAppItem extends StatefulWidget {
|
||||
required this.suggestedVersion,
|
||||
required this.installedVersion,
|
||||
this.onTap,
|
||||
}) : super(key: key);
|
||||
});
|
||||
final String name;
|
||||
final String pkgName;
|
||||
final Uint8List icon;
|
||||
|
||||
Reference in New Issue
Block a user