mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2026-01-18 16:53:56 +00:00
refactor: apply lint from analyzer
This commit is contained in:
@@ -9,9 +9,9 @@ import 'package:stacked/stacked.dart';
|
||||
|
||||
class AppInfoView extends StatelessWidget {
|
||||
const AppInfoView({
|
||||
Key? key,
|
||||
super.key,
|
||||
required this.app,
|
||||
}) : super(key: key);
|
||||
});
|
||||
final PatchedApplication app;
|
||||
|
||||
@override
|
||||
|
||||
Reference in New Issue
Block a user