feat: Add ReVanced API and implement cache on it and on Github API

This commit is contained in:
Alberto Ponces
2022-09-11 02:01:06 +01:00
parent fe13234faa
commit 595ecb7660
15 changed files with 454 additions and 260 deletions

View File

@@ -30,7 +30,7 @@ class AppSkeletonLoader extends StatelessWidget {
children: [
Container(
color: Colors.white,
height: 25,
height: 34,
width: screenWidth * 0.4,
child: SkeletonParagraph(
style: const SkeletonParagraphStyle(
@@ -42,7 +42,7 @@ class AppSkeletonLoader extends StatelessWidget {
Container(
margin: const EdgeInsets.only(bottom: 4),
color: Colors.white,
height: 25,
height: 34,
width: screenWidth * 0.6,
child: SkeletonParagraph(
style: const SkeletonParagraphStyle(