feat: root installation (wip)

This commit is contained in:
Alberto Ponces 2022-08-14 19:40:34 +01:00
parent 6061d900ed
commit 9ce0f81a89
16 changed files with 231 additions and 69 deletions

View file

@ -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) {