mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2025-05-11 13:05:37 +02:00
feat: root installation (wip)
This commit is contained in:
parent
6061d900ed
commit
9ce0f81a89
16 changed files with 231 additions and 69 deletions
|
@ -17,7 +17,7 @@ class LatestCommitCard extends StatefulWidget {
|
|||
}
|
||||
|
||||
class _LatestCommitCardState extends State<LatestCommitCard> {
|
||||
GithubAPI githubAPI = GithubAPI();
|
||||
final GithubAPI githubAPI = GithubAPI();
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue