diff --git a/app/config/platforms.php b/app/config/platforms.php index b593184317..22b9761932 100644 --- a/app/config/platforms.php +++ b/app/config/platforms.php @@ -66,7 +66,7 @@ return [ 'url' => 'https://github.com/appwrite/sdk-for-flutter', 'package' => 'https://pub.dev/packages/appwrite', 'enabled' => true, - 'beta' => true, + 'beta' => false, 'dev' => false, 'hidden' => false, 'family' => APP_PLATFORM_CLIENT, @@ -323,7 +323,7 @@ return [ 'url' => 'https://github.com/appwrite/sdk-for-dart', 'package' => 'https://pub.dev/packages/dart_appwrite', 'enabled' => true, - 'beta' => true, + 'beta' => false, 'dev' => false, 'hidden' => false, 'family' => APP_PLATFORM_SERVER, diff --git a/app/views/console/home/index.phtml b/app/views/console/home/index.phtml index 3e86573c3a..4b2b56f243 100644 --- a/app/views/console/home/index.phtml +++ b/app/views/console/home/index.phtml @@ -237,7 +237,7 @@ $usageStatsEnabled = $this->getParam('usageStatsEnabled',true);
  • - +