From e6cc49ad0dab02bb559271c10071def72ecdb71f Mon Sep 17 00:00:00 2001 From: Feodor Fitsner Date: Mon, 1 Dec 2025 16:27:51 -0800 Subject: [PATCH] Add serious_python dependency to pubspec.yaml Included serious_python version 0.9.6 in the dependencies to enable new functionality or integration with Python features. --- {{cookiecutter.out_dir}}/pubspec.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/{{cookiecutter.out_dir}}/pubspec.yaml b/{{cookiecutter.out_dir}}/pubspec.yaml index bb37bb9..4d73bfc 100644 --- a/{{cookiecutter.out_dir}}/pubspec.yaml +++ b/{{cookiecutter.out_dir}}/pubspec.yaml @@ -11,6 +11,8 @@ dependencies: flutter: sdk: flutter + serious_python: 0.9.6 + path: ^1.9.0 url_strategy: ^0.2.0 cupertino_icons: ^1.0.6