refactor: remove unused stuff.

This commit is contained in:
Aunali321 2022-08-01 17:29:06 +05:30
parent 0e07a0da68
commit f346de34c9
5 changed files with 0 additions and 30 deletions

Binary file not shown.

View File

@ -1,17 +0,0 @@
<svg width="278" height="278" viewBox="0 0 278 278" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect x="0.504395" y="0.878906" width="277" height="277" fill="#111623"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M175.572 86.8149H115.865V100.914H175.572V86.8149ZM105.865 86.8149V100.914H101.731C93.447 100.914 86.7312 107.63 86.7312 115.914V152.309H69.5005C63.9776 152.309 59.5005 156.786 59.5005 162.309V170.311C59.5005 175.834 63.9776 180.311 69.5005 180.311H86.7312V184.943C86.7312 193.228 93.4469 199.943 101.731 199.943H189.504C197.789 199.943 204.504 193.228 204.504 184.943V115.914C204.504 107.63 197.789 100.914 189.504 100.914H185.572V86.8149C185.572 81.2921 181.095 76.8149 175.572 76.8149H115.865C110.342 76.8149 105.865 81.2921 105.865 86.8149ZM86.7312 180.311H133.128C138.651 180.311 143.128 175.834 143.128 170.311V162.309C143.128 156.786 138.651 152.309 133.128 152.309H86.7312V180.311Z" fill="#F5F5F5"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M86.7312 180.311H69.5005C63.9776 180.311 59.5005 175.834 59.5005 170.311V162.309C59.5005 156.786 63.9776 152.309 69.5005 152.309H86.7312V180.311Z" fill="#FF6B78"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M86.7312 180.311H69.5005C63.9776 180.311 59.5005 175.834 59.5005 170.311V162.309C59.5005 156.786 63.9776 152.309 69.5005 152.309H86.7312V180.311Z" fill="url(#paint0_linear_39_40)"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M86.7312 180.311H69.5005C63.9776 180.311 59.5005 175.834 59.5005 170.311V162.309C59.5005 156.786 63.9776 152.309 69.5005 152.309H86.7312V180.311Z" fill="url(#paint1_linear_39_40)"/>
<defs>
<linearGradient id="paint0_linear_39_40" x1="42.4557" y1="104.883" x2="122.266" y2="207.514" gradientUnits="userSpaceOnUse">
<stop stop-color="#4C53F5"/>
<stop offset="1" stop-color="#66E3FF"/>
</linearGradient>
<linearGradient id="paint1_linear_39_40" x1="42.4557" y1="104.883" x2="122.266" y2="207.514" gradientUnits="userSpaceOnUse">
<stop stop-color="#353DFF"/>
<stop offset="1" stop-color="#3DDCFF"/>
</linearGradient>
</defs>
</svg>

Before

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

View File

@ -1,9 +0,0 @@
import 'package:revanced_manager_flutter/models/release_asset.dart';
class Release {
String? tagName;
String? publishedAt;
bool? isPrerelease;
List<ReleaseAsset>? assets;
String? body;
}

View File

@ -1,4 +0,0 @@
class ReleaseAsset {
String? downloadUrl;
String? name;
}