mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2025-05-11 04:55:37 +02:00
refactor: apply lint from analyzer
This commit is contained in:
parent
d25d1efe9c
commit
ad3a778fb9
40 changed files with 67 additions and 106 deletions
|
@ -30,7 +30,7 @@ Future main() async {
|
|||
}
|
||||
|
||||
class MyApp extends StatelessWidget {
|
||||
const MyApp({Key? key}) : super(key: key);
|
||||
const MyApp({super.key});
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue