1
0
Fork 0
mirror of synced 2024-06-03 11:24:48 +12:00

Updated flutter dev package name

This commit is contained in:
Eldad Fux 2020-09-03 13:54:19 +03:00
parent b3930ff37a
commit b70d557359

View file

@ -121,7 +121,7 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
break;
case 'flutter-dev':
$config = new Flutter();
$config->setPackageName('appwrite-dev');
$config->setPackageName('appwrite_dev');
break;
case 'dart':
$config = new Dart();