mirror of
https://github.com/ImranR98/Obtainium.git
synced 2025-07-24 01:49:41 +02:00
Dart fix + Flutter upgrade
This commit is contained in:
@@ -39,7 +39,7 @@ class AddAppPageState extends State<AddAppPage> {
|
||||
int urlInputKey = 0;
|
||||
SourceProvider sourceProvider = SourceProvider();
|
||||
|
||||
linkFn(String input) {
|
||||
void linkFn(String input) {
|
||||
try {
|
||||
if (input.isEmpty) {
|
||||
throw UnsupportedURLError();
|
||||
@@ -51,7 +51,7 @@ class AddAppPageState extends State<AddAppPage> {
|
||||
}
|
||||
}
|
||||
|
||||
changeUserInput(
|
||||
void changeUserInput(
|
||||
String input,
|
||||
bool valid,
|
||||
bool isBuilding, {
|
||||
|
Reference in New Issue
Block a user