Dart fix + Flutter upgrade

This commit is contained in:
Imran Remtulla
2025-06-13 17:07:09 -04:00
parent e0c69b9cf4
commit 7d9a641e24
18 changed files with 53 additions and 52 deletions

View File

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