]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Add flutter (#208)
authorShivanshu Kant Prasad <shivanshukantprasad@gmail.com>
Tue, 10 Jan 2023 08:34:50 +0000 (14:04 +0530)
committerGitHub <noreply@github.com>
Tue, 10 Jan 2023 08:34:50 +0000 (09:34 +0100)
programs/flutter.json [new file with mode: 0644]

diff --git a/programs/flutter.json b/programs/flutter.json
new file mode 100644 (file)
index 0000000..7eec043
--- /dev/null
@@ -0,0 +1,20 @@
+{
+    "name": "flutter",
+    "files": [
+        {
+            "path": "$HOME/.flutter",
+            "movable": false,
+            "help": "Currently unsupported.\n\n_Relevant issue:_ https://github.com/flutter/flutter/issues/59430\n"
+        },
+        {
+            "path": "$HOME/.flutter_settings",
+            "movable": false,
+            "help": "Currently unsupported.\n\n_Relevant issue:_ https://github.com/flutter/flutter/issues/59430\n"
+        },
+        {
+            "path": "$HOME/.flutter_tool_state",
+            "movable": false,
+            "help": "Currently unsupported.\n\n_Relevant issue:_ https://github.com/flutter/flutter/issues/59430\n"
+        }
+    ]
+}