From fa782ec8a5ee45baafa8a2f6d40d38375e9ada35 Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Sun, 12 Apr 2020 12:35:15 +0300 Subject: [PATCH] Enabled Fultter platform settings --- app/config/platforms.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/platforms.php b/app/config/platforms.php index 2f08c6ef21..9e1e8f264d 100644 --- a/app/config/platforms.php +++ b/app/config/platforms.php @@ -124,7 +124,7 @@ return [ 'key' => APP_PLATFORM_FLUTTER, 'name' => 'Flutter', 'description' => 'Client libraries for integrating with '.APP_NAME.' to build cross-platform Flutter applications. Read the [getting started for Flutter](/docs/getting-started-for-flutter) tutorial to start building your first Flutter application.', - 'enabled' => false, + 'enabled' => true, 'beta' => true, 'languages' => [ [