mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2025-05-11 13:05:37 +02:00
feat: Root checker screen.
This commit is contained in:
parent
f3383393ef
commit
6061d900ed
10 changed files with 236 additions and 3 deletions
|
@ -54,7 +54,9 @@ class MyApp extends StatelessWidget {
|
|||
}
|
||||
|
||||
class Navigation extends StatelessWidget {
|
||||
const Navigation({Key? key}) : super(key: key);
|
||||
const Navigation({
|
||||
Key? key,
|
||||
}) : super(key: key);
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue