Merge pull request #2885 from krille-chan/krille/flutter-3-41-7

build: Update to flutter 3.41.7
This commit is contained in:
Krille-chan 2026-04-22 18:23:30 +09:00 committed by GitHub
commit ae454b3d3d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 2 additions and 4 deletions

View file

@ -1,5 +1,3 @@
*Thank you so much for your contribution to FluffyChat ❤️❤️❤️*
- [ ] I have read and understood the [contributing guidelines](https://github.com/krille-chan/fluffychat/blob/main/CONTRIBUTING.md).
### Pull Request has been tested on:

View file

@ -1,2 +1,2 @@
environment:
flutter: 3.41.6 # Keep in sync with snap/snapcraft.yaml
flutter: 3.41.7 # Keep in sync with snap/snapcraft.yaml

View file

@ -53,7 +53,7 @@ platforms:
parts:
flutter-git:
source: https://github.com/flutter/flutter.git
source-tag: 3.41.6
source-tag: 3.41.7
source-depth: 1
plugin: nil
override-build: |