From 55092bbc3cfca2ae637925287c6b37a5b9c146a1 Mon Sep 17 00:00:00 2001 From: Ellet Date: Mon, 4 Dec 2023 15:04:28 +0300 Subject: [PATCH] Add gal_linux package --- example/pubspec.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 56915ba97..93b5e258a 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -54,6 +54,17 @@ dependency_overrides: path: ../flutter_quill_test quill_html_converter: path: ../packages/quill_html_converter + + gal_linux: + git: + url: https://github.com/freshtechtips/gal-linux.git + ref: main + + gal: + git: + url: https://github.com/natsuk4ze/gal.git + ref: plugin_platform_interface + dev_dependencies: flutter_test: