From 6c470d7a586b2586440e5dc59f9d529afb0a6001 Mon Sep 17 00:00:00 2001 From: ImBenji Date: Thu, 1 Jan 2026 08:01:24 +0000 Subject: [PATCH] initial --- .gitea/workflows/android-build.yml | 5 ++--- pubspec.yaml | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/android-build.yml b/.gitea/workflows/android-build.yml index c4d31cd..955baeb 100644 --- a/.gitea/workflows/android-build.yml +++ b/.gitea/workflows/android-build.yml @@ -32,11 +32,10 @@ jobs: - name: Setup Flutter uses: subosito/flutter-action@v2 with: - flutter-version: "3.27.1" - channel: "stable" + channel: "beta" - name: Fix flutter git ownership - run: git config --global --add safe.directory /opt/hostedtoolcache/flutter/stable-3.27.1-x64 + run: git config --global --add safe.directory '*' - name: Get dependancies run: flutter pub get diff --git a/pubspec.yaml b/pubspec.yaml index 812e663..98b3252 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -19,7 +19,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev version: 1.0.0+1 environment: - sdk: ^3.6.0 + sdk: ^3.10.0-75.1.beta # Dependencies specify other packages that your package needs in order to work. # To automatically upgrade your package dependencies to the latest versions @@ -52,7 +52,7 @@ dev_dependencies: # activated in the `analysis_options.yaml` file located at the root of your # package. See that file for information about deactivating specific lint # rules and activating additional ones. - flutter_lints: ^5.0.0 + flutter_lints: ^6.0.0 # For information on the generic Dart part of this file, see the # following page: https://dart.dev/tools/pub/pubspec